mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
MODSOFIA-18
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14319 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -521,7 +521,7 @@ SWITCH_DECLARE(switch_status_t) switch_thread_cond_destroy(switch_thread_cond_t
|
||||
} switch_uuid_t;
|
||||
|
||||
/** UUIDs are formatted as: 00112233-4455-6677-8899-AABBCCDDEEFF */
|
||||
#define SWITCH_UUID_FORMATTED_LENGTH 36
|
||||
#define SWITCH_UUID_FORMATTED_LENGTH 256
|
||||
|
||||
#define SWITCH_MD5_DIGESTSIZE 16
|
||||
#define SWITCH_MD5_DIGEST_STRING_SIZE 33
|
||||
|
||||
Reference in New Issue
Block a user