From: Brian West Date: Sat, 12 Apr 2008 15:03:35 +0000 (+0000) Subject: add sync_clock to syntax X-Git-Tag: v1.0-rc4~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1177be682f5fd90aa1684642d4e6997b29d76029;p=thirdparty%2Ffreeswitch.git add sync_clock to syntax git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8097 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 9c2b70dbff..26a94dba40 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -562,7 +562,7 @@ SWITCH_STANDARD_API(status_function) return SWITCH_STATUS_SUCCESS; } -#define CTL_SYNTAX "[hupall|pause|resume|shutdown|reclaim_mem|max_sessions [num]|loglevel [level]]" +#define CTL_SYNTAX "[hupall|pause|resume|shutdown|sync_clock|reclaim_mem|max_sessions [num]|loglevel [level]]" SWITCH_STANDARD_API(ctl_function) { int argc;