Browse Source

event hook added.

Jan Janak 23 years ago
parent
commit
70ae655f4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      parser/msg_parser.h

+ 1 - 0
parser/msg_parser.h

@@ -78,6 +78,7 @@ struct sip_msg {
 	struct hdr_field* proxy_require;
 	struct hdr_field* proxy_require;
 	struct hdr_field* unsupported;
 	struct hdr_field* unsupported;
 	struct hdr_field* allow;
 	struct hdr_field* allow;
+	struct hdr_field* event;
 
 
 	char* eoh;        /* pointer to the end of header (if found) or null */
 	char* eoh;        /* pointer to the end of header (if found) or null */
 	char* unparsed;   /* here we stopped parsing*/
 	char* unparsed;   /* here we stopped parsing*/