aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_dundi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index f012a260d..e165104cc 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -259,7 +259,8 @@ struct dundi_peer {
struct dundi_transaction *qualtrans; /*!< Qualify transaction */
int model; /*!< Pull model */
int pcmodel; /*!< Push/precache model */
- int dynamic; /*!< Are we dynamic? */
+ /*! Dynamic peers register with us */
+ unsigned int dynamic:1;
int lastms; /*!< Last measured latency */
int maxms; /*!< Max permissible latency */
struct timeval qualtx; /*!< Time of transmit */