[svn-commits] dvossel: branch dvossel/generic_aoc r258304 - /team/dvossel/generic_aoc/chann...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 21 11:26:54 CDT 2010


Author: dvossel
Date: Wed Apr 21 11:26:53 2010
New Revision: 258304

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=258304
Log:
reviewboard comments

Modified:
    team/dvossel/generic_aoc/channels/sig_pri.h

Modified: team/dvossel/generic_aoc/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/generic_aoc/channels/sig_pri.h?view=diff&rev=258304&r1=258303&r2=258304
==============================================================================
--- team/dvossel/generic_aoc/channels/sig_pri.h (original)
+++ team/dvossel/generic_aoc/channels/sig_pri.h Wed Apr 21 11:26:53 2010
@@ -202,7 +202,7 @@
 #if defined(HAVE_PRI_AOC_EVENTS)
 	struct pri_subcmd_aoc_e aoc_e;
 	int aoc_s_request_invoke_id;     /*!< If an AOC-S request was present for the call, this is the invoke_id to use for the response */
-	int aoc_s_request_invoke_id_valid:1; /*!< This is set when the AOC-S invoke id is present */
+	unsigned int aoc_s_request_invoke_id_valid:1; /*!< This is set when the AOC-S invoke id is present */
 	unsigned int waiting_for_aoce:1; /*!< Delaying hangup for AOC-E msg. If this is set and AOC-E is recieved, continue with hangup before timeout period. */
 	unsigned int holding_aoce:1;     /*!< received AOC-E msg from asterisk. holding for disconnect/release */
 #endif




More information about the svn-commits mailing list