[Freeswitch-svn] [commit] r4760 - freeswitch/trunk/src/include

Freeswitch SVN mikej at freeswitch.org
Sat Mar 24 00:51:17 EDT 2007


Author: mikej
Date: Sat Mar 24 00:51:17 2007
New Revision: 4760

Modified:
   freeswitch/trunk/src/include/switch_log.h

Log:
quick comment

Modified: freeswitch/trunk/src/include/switch_log.h
==============================================================================
--- freeswitch/trunk/src/include/switch_log.h	(original)
+++ freeswitch/trunk/src/include/switch_log.h	Sat Mar 24 00:51:17 2007
@@ -64,6 +64,9 @@
 	switch_time_t timestamp;
 	/*! A pointer to where the actual content of the message starts (skipping past the preformatted portion) */	
 	char *content;
+
+	/* To maintain abi, only add new elements to the end of this struct and do not delete any elements */
+
 } switch_log_node_t;
 
 typedef switch_status_t (*switch_log_function_t)(const switch_log_node_t *node, switch_log_level_t level);



More information about the Freeswitch-svn mailing list