[asterisk-dev] [svn-commits] rizzo: trunk r76278 - /trunk/channels/chan_sip.c

Russell Bryant russell at digium.com
Sat Jul 21 10:49:23 CDT 2007


SVN commits to the Digium repositories wrote:
> Author: rizzo
> Date: Sat Jul 21 04:18:50 2007
> New Revision: 76278
> 
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=76278
> Log:
> more two more flags to proper variables: ALREADYGONE and NEEDDESTROY.
> 
> 
> Modified:
>     trunk/channels/chan_sip.c
> 

>  	/* boolean or small integers that don't belong in flags */
>  	char do_history;			/*!< Set if we want to record history */
> +	char alreadygone;			/*!< already destroyed by our peer */
> +	char needdestroy;			/*!< need to be destroyed by the monitor thread */

How about "unsigned int needdestroy:1;" ?

-- 
Russell Bryant
Software Engineer
Digium, Inc.




More information about the asterisk-dev mailing list