projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
530be85
)
Hack to allow easy debugging of skinny in trunk.
author
Damien Wedhorn
<voip@facts.com.au>
Mon, 23 Aug 2010 20:50:55 +0000
(20:50 +0000)
committer
Damien Wedhorn
<voip@facts.com.au>
Mon, 23 Aug 2010 20:50:55 +0000
(20:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283289
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_skinny.c
patch
|
blob
|
history
diff --git
a/channels/chan_skinny.c
b/channels/chan_skinny.c
index
db13615
..
00cc60a
100644
(file)
--- a/
channels/chan_skinny.c
+++ b/
channels/chan_skinny.c
@@
-128,6
+128,13
@@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</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) \
code