From 4cac0646d374cb0379fe83818161503ec0eff858 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Mon, 6 Oct 2014 04:12:42 +0000 Subject: Misc (re #1782): Change field name unregWaitSec to unregWaitMsec, as it represents millisecond data. (Thanks to Chris Updegraft for the feedback). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4939 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua2/account.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/include/pjsua2/account.hpp') diff --git a/pjsip/include/pjsua2/account.hpp b/pjsip/include/pjsua2/account.hpp index 6452ad52..106ad9d7 100644 --- a/pjsip/include/pjsua2/account.hpp +++ b/pjsip/include/pjsua2/account.hpp @@ -122,7 +122,7 @@ struct AccountRegConfig : public PersistentObject * * Default: PJSUA_UNREG_TIMEOUT */ - unsigned unregWaitSec; + unsigned unregWaitMsec; /** * Specify how the registration uses the outbound and account proxy -- cgit v1.2.3