From c60d75a58eb933006899e152099dec3900b7bddc Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 20 Apr 2010 14:36:38 +0000 Subject: Ticket #1057: Implemented pjsua_modify_acc(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3144 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjsip/include/pjsua-lib/pjsua_internal.h') diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h index 647adc06..877e6b8e 100644 --- a/pjsip/include/pjsua-lib/pjsua_internal.h +++ b/pjsip/include/pjsua-lib/pjsua_internal.h @@ -141,6 +141,8 @@ typedef struct pjsua_acc unsigned ka_target_len; /**< Length of ka_target. */ pjsip_route_hdr route_set; /**< Complete route set inc. outbnd.*/ + pj_uint32_t global_route_crc; /** CRC of global route setting. */ + pj_uint32_t local_route_crc; /** CRC of account route setting.*/ unsigned cred_cnt; /**< Number of credentials. */ pjsip_cred_info cred[PJSUA_ACC_MAX_PROXIES]; /**< Complete creds. */ -- cgit v1.2.3