Changeset 1816 for pjproject/trunk/pjsip/include/pjsip/sip_transport.h
- Timestamp:
- Feb 22, 2008 8:36:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_transport.h
r1748 r1816 496 496 /** The message in this buffer. */ 497 497 pjsip_msg *msg; 498 499 /** Strict route header saved by #pjsip_process_route_set(), to be 500 * restored by #pjsip_restore_strict_route_set(). 501 */ 502 pjsip_route_hdr *saved_strict_route; 498 503 499 504 /** Buffer to the printed text representation of the message. When the
Note: See TracChangeset
for help on using the changeset viewer.