Browse Source

core: added structure to hold cached decoded flow-token to sip_msg structure

Peter Dunkley 12 years ago
parent
commit
56be9d6100
1 changed files with 5 additions and 0 deletions
  1. 5 0
      parser/msg_parser.h

+ 5 - 0
parser/msg_parser.h

@@ -366,6 +366,11 @@ typedef struct sip_msg {
         str instance;
         unsigned int reg_id;
 	str ruid;
+
+	struct {
+		int decoded;
+		struct receive_info rcv;
+	} flow;
 } sip_msg_t;
 
 /*! \brief pointer to a fakes message which was never received ;