From 4b89a0a3282395ef8a9555fafe5e6d1c35b29fea Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 30 Sep 2007 11:02:37 +0000 Subject: Changed CSeq data type in dialog to 32bit (instead of 31bit) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1460 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsip/sip_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjsip/include/pjsip/sip_dialog.h b/pjsip/include/pjsip/sip_dialog.h index 626ec08b..50c8f9d9 100644 --- a/pjsip/include/pjsip/sip_dialog.h +++ b/pjsip/include/pjsip/sip_dialog.h @@ -70,7 +70,7 @@ typedef struct pjsip_dlg_party pj_uint32_t tag_hval; /**< Hashed value of the tag. */ pjsip_contact_hdr *contact; /**< Contact header. */ pj_int32_t first_cseq;/**< First CSeq seen. */ - pj_int32_t cseq; /**< Next sequence number. */ + pj_uint32_t cseq; /**< Next sequence number. */ } pjsip_dlg_party; -- cgit v1.2.3