[sr-dev] git:master: sctp: rpc commands are prefixed with sctp

Daniel-Constantin Mierla miconda at gmail.com
Sun May 26 17:18:57 CEST 2013


Module: sip-router
Branch: master
Commit: ca923db8727333ad7df14126bb377418a829cce3
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca923db8727333ad7df14126bb377418a829cce3

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun May 26 17:04:23 2013 +0200

sctp: rpc commands are prefixed with sctp

- no longer part of core and proper matching of the module

---

 modules/sctp/sctp_rpc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/sctp/sctp_rpc.c b/modules/sctp/sctp_rpc.c
index cbed0d6..15dbd07 100644
--- a/modules/sctp/sctp_rpc.c
+++ b/modules/sctp/sctp_rpc.c
@@ -155,9 +155,9 @@ static void core_sctpinfo(rpc_t* rpc, void* c)
  * RPC Methods exported by this module
  */
 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},
-	{"core.sctp_info",         core_sctpinfo,          core_sctpinfo_doc,   0},
+	{"sctp.info",         core_sctpinfo,          core_sctpinfo_doc,   0},
 
 	{0, 0, 0, 0}
 };




More information about the sr-dev mailing list