FSCORE-368

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13310 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-05-14 21:07:39 +00:00
parent 821828f9e1
commit 92955376b2
1 changed files with 1 additions and 1 deletions

View File

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