This structure represents a generic SIP message body, regardless of the body type. More...
#include <msg_parser.h>
Body parsers are supposed to cast this structure to some other body-type specific structure, but the body type specific structure must retain msg_body_type variable and a pointer to the free function as the first two variables within the structure.
Definition at line 248 of file msg_parser.h.
1.7.1