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);