[Freeswitch-svn] [commit] r8097 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN brian at freeswitch.org
Sat Apr 12 11:03:36 EDT 2008


Author: brian
Date: Sat Apr 12 11:03:35 2008
New Revision: 8097

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Log:
add sync_clock to syntax

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Sat Apr 12 11:03:35 2008
@@ -562,7 +562,7 @@
 	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;



More information about the Freeswitch-svn mailing list