[svn-commits] wedhorn: trunk r283289 - /trunk/channels/chan_skinny.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 23 15:50:59 CDT 2010


Author: wedhorn
Date: Mon Aug 23 15:50:55 2010
New Revision: 283289

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=283289
Log:
Hack to allow easy debugging of skinny in trunk.

Modified:
    trunk/channels/chan_skinny.c

Modified: trunk/channels/chan_skinny.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_skinny.c?view=diff&rev=283289&r1=283288&r2=283289
==============================================================================
--- trunk/channels/chan_skinny.c (original)
+++ trunk/channels/chan_skinny.c Mon Aug 23 15:50:55 2010
@@ -127,6 +127,13 @@
 		</description>
 	</manager>
  ***/
+
+/* Hack to allow for easy debugging in trunk.
+    This block should be removed in branches. */
+#ifndef SKINNY_DEVMODE
+#define SKINNY_DEVMODE
+#endif
+/* end hack */
 
 #ifdef SKINNY_DEVMODE
 #define SKINNY_DEVONLY(code)	\




More information about the svn-commits mailing list