mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
explicity define a variable as a boolean
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81065 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -253,7 +253,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 */
|
||||
|
Reference in New Issue
Block a user