Changeset 1307 for pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
- Timestamp:
- May 28, 2007 11:49:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
r1241 r1307 63 63 64 64 /* This is the buffer to store this entry in the hash table. */ 65 char ht_entry[PJ_HASH_ENTRY_SIZE];65 pj_hash_entry_buf ht_entry; 66 66 67 67 /* List of dialog in this dialog set. */
Note: See TracChangeset
for help on using the changeset viewer.