FSCORE-368
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13310 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
821828f9e1
commit
92955376b2
|
@ -127,7 +127,7 @@ struct switch_core_session {
|
|||
void *streams[SWITCH_MAX_STREAMS];
|
||||
int stream_count;
|
||||
|
||||
char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1];
|
||||
char uuid_str[128];
|
||||
void *private_info;
|
||||
switch_queue_t *event_queue;
|
||||
switch_queue_t *message_queue;
|
||||
|
|
Loading…
Reference in New Issue