From a237baffae59025ed88f7eaf2408758401d0eec5 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 16 Feb 2018 16:20:18 +0100 Subject: [PATCH] fix previous commit (was generating cast error) --- coreapi/private_structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coreapi/private_structs.h b/coreapi/private_structs.h index 993e5f983..d064fca03 100644 --- a/coreapi/private_structs.h +++ b/coreapi/private_structs.h @@ -106,6 +106,7 @@ struct _LinphoneProxyConfig LinphoneRegistrationState state; LinphoneAVPFMode avpf_mode; LinphoneNatPolicy *nat_policy; + int quality_reporting_interval; bool_t commit; bool_t reg_sendregister; @@ -115,15 +116,14 @@ struct _LinphoneProxyConfig bool_t send_publish; bool_t quality_reporting_enabled; uint8_t avpf_rr_interval; - uint8_t quality_reporting_interval; + bool_t register_changed; time_t deletion_date; LinphonePrivacyMask privacy; /*use to check if server config has changed between edit() and done()*/ LinphoneAddress *saved_proxy; LinphoneAddress *saved_identity; - bool_t register_changed; - bool_t unused[3]; + /*---*/ LinphoneAddress *pending_contact; /*use to store previous contact in case of network failure*/ LinphoneEvent *presence_publish_event;