summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2013-06-21 07:47:41 +0000
committerLiong Sauw Ming <ming@teluu.com>2013-06-21 07:47:41 +0000
commit0a2c5325be043699024c91a0268c22050975f5ff (patch)
tree45a156fdac517639ff549bf518d95e3f6bd340ff /pjsip/include
parent785f04d8e79d1fed579c8bdb2523646ceb00cbaf (diff)
Re #1682: Use account specific variable to keep track of the next rtp port to use.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4542 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 12048ade..d1a696ae 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -263,6 +263,8 @@ typedef struct pjsua_acc
pjsip_evsub *mwi_sub; /**< MWI client subscription */
pjsip_dialog *mwi_dlg; /**< Dialog for MWI sub. */
+
+ pj_uint16_t next_rtp_port; /**< Next RTP port to be used. */
} pjsua_acc;