[asterisk-commits] russell: trunk r67272 - /trunk/channels/chan_iax2.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jun 5 07:55:10 MST 2007


Author: russell
Date: Tue Jun  5 09:55:09 2007
New Revision: 67272

URL: http://svn.digium.com/view/asterisk?view=rev&rev=67272
Log:
Doxygenify the comments for new members of the iax2_thread struct

Modified:
    trunk/channels/chan_iax2.c

Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=67272&r1=67271&r2=67272
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Tue Jun  5 09:55:09 2007
@@ -726,12 +726,12 @@
 	time_t checktime;
 	ast_mutex_t lock;
 	ast_cond_t cond;
-	unsigned short ffcallno;		/* if this thread is processing a full frame, the
-						   callno for that frame will be here, so we can
-						   avoid dispatching any more full frames for that
-						   callno to other threads */
-	struct sockaddr_in ffsin;		/* remember the peer IP/port number for a full frame
-						   in process */
+	/*! If this thread is processing a full frame, the callno for that frame
+	 *  will be here, so we can avoid dispatching any more full frames
+	 *  or that callno to other threads */
+	unsigned short ffcallno;
+	/*! Remember the peer IP/port number for a full frame in process */
+	struct sockaddr_in ffsin;
 };
 
 /* Thread lists */



More information about the asterisk-commits mailing list