소스 검색

sctp: rpc commands are prefixed with sctp

- no longer part of core and proper matching of the module
Daniel-Constantin Mierla 12 년 전
부모
커밋
ca923db872
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      modules/sctp/sctp_rpc.c

+ 2 - 2
modules/sctp/sctp_rpc.c

@@ -155,9 +155,9 @@ static void core_sctpinfo(rpc_t* rpc, void* c)
  * RPC Methods exported by this module
  * RPC Methods exported by this module
  */
  */
 static rpc_export_t scp_rpc_methods[] = {
 static rpc_export_t scp_rpc_methods[] = {
-	{"core.sctp_options",      core_sctp_options,      core_sctp_options_doc,
+	{"sctp.options",      core_sctp_options,      core_sctp_options_doc,
 		0},
 		0},
-	{"core.sctp_info",         core_sctpinfo,          core_sctpinfo_doc,   0},
+	{"sctp.info",         core_sctpinfo,          core_sctpinfo_doc,   0},
 
 
 	{0, 0, 0, 0}
 	{0, 0, 0, 0}
 };
 };