From: Michael Jerris Date: Sat, 24 Mar 2007 04:51:17 +0000 (+0000) Subject: quick comment X-Git-Tag: v1.0-beta1~675 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce495fc0a25bf5fa977e7e3f896d769c012c249;p=thirdparty%2Ffreeswitch.git quick comment git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4760 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_log.h b/src/include/switch_log.h index fb49ac4ab6..fa400a2ef6 100644 --- a/src/include/switch_log.h +++ b/src/include/switch_log.h @@ -64,6 +64,9 @@ typedef struct { 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);