[asterisk-commits] russell: trunk r81098 - in /trunk: ./ pbx/pbx_dundi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 27 12:44:24 CDT 2007
Author: russell
Date: Mon Aug 27 12:44:24 2007
New Revision: 81098
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81098
Log:
This should have been trunk only, I guess. oh well ... it's harmless.
Merged revisions 81065 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r81065 | russell | 2007-08-27 11:38:33 -0500 (Mon, 27 Aug 2007) | 1 line
explicity define a variable as a boolean
........
Modified:
trunk/ (props changed)
trunk/pbx/pbx_dundi.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/pbx/pbx_dundi.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_dundi.c?view=diff&rev=81098&r1=81097&r2=81098
==============================================================================
--- trunk/pbx/pbx_dundi.c (original)
+++ trunk/pbx/pbx_dundi.c Mon Aug 27 12:44:24 2007
@@ -259,7 +259,8 @@
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 */
More information about the asterisk-commits
mailing list