[asterisk-commits] russell: trunk r81353 - /trunk/main/event.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 29 13:27:49 CDT 2007


Author: russell
Date: Wed Aug 29 13:27:48 2007
New Revision: 81353

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81353
Log:
there is not actually code that sends these over the network in trunk yet

Modified:
    trunk/main/event.c

Modified: trunk/main/event.c
URL: http://svn.digium.com/view/asterisk/trunk/main/event.c?view=diff&rev=81353&r1=81352&r2=81353
==============================================================================
--- trunk/main/event.c (original)
+++ trunk/main/event.c Wed Aug 29 13:27:48 2007
@@ -49,7 +49,7 @@
  * \brief An event
  *
  * \note The format of this structure is important, and can not change, since
- *       they are sent directly over the network (via IAX2).
+ *       they may be sent directly over the network.
  *
  */
 struct ast_event {




More information about the asterisk-commits mailing list