working on 2 boxes at once ignore me

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15150 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-10-13 20:28:45 +00:00
parent 4b73a5f111
commit 0ef7525cea
5 changed files with 22 additions and 10 deletions
+2
View File
@@ -59,6 +59,8 @@ struct switch_app_log {
struct switch_app_log *next;
};
#define MESSAGE_STAMP_FFL(_m) _m->_file = __FILE__; _m->_func = __SWITCH_FUNC__; _m->_line = __LINE__
#define MESSAGE_STRING_ARG_MAX 10
/*! \brief A message object designed to allow unlike technologies to exchange data */
struct switch_core_session_message {