MODSOFIA-18

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14319 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-07-22 19:14:47 +00:00
parent 9338e640e6
commit 87c2c0d398
4 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ struct switch_core_session {
void *streams[SWITCH_MAX_STREAMS];
int stream_count;
char uuid_str[128];
char uuid_str[SWITCH_UUID_FORMATTED_LENGTH+1];
void *private_info;
switch_queue_t *event_queue;
switch_queue_t *message_queue;