[asterisk-dev] [asterisk-commits] file: branch 1.6.1 r165606 - in /branches/1.6.1: ./ channels/chan_sip.c

Kevin P. Fleming kpfleming at digium.com
Tue Dec 23 12:45:47 CST 2008


SVN commits to the Asterisk project wrote:

> +struct peer_finding_info {
> +	struct sip_peer tmp_peer;
> +	int forcenamematch;
> +};

Please add a comment to this structure declaration to stop future
developers from ever making the 'tmp_peer' element not be the very first
element... if that happens, the code using this structure will fail.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-dev mailing list