[zaptel-commits] tzafrir: trunk r1395 - /trunk/xpp/xpd.h
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Mon Sep 4 17:04:27 MST 2006
Author: tzafrir
Date: Mon Sep 4 19:04:27 2006
New Revision: 1395
URL: http://svn.digium.com/view/zaptel?rev=1395&view=rev
Log:
Raw xbus command proc interface (Compile-time option. Desabled by default).
(most of this fix got accidentally into in xbus-core.c in prev. commit)
Modified:
trunk/xpp/xpd.h
Modified: trunk/xpp/xpd.h
URL: http://svn.digium.com/view/zaptel/trunk/xpp/xpd.h?rev=1395&r1=1394&r2=1395&view=diff
==============================================================================
--- trunk/xpp/xpd.h (original)
+++ trunk/xpp/xpd.h Mon Sep 4 19:04:27 2006
@@ -175,6 +175,9 @@
struct proc_dir_entry *proc_xbus_dir;
struct proc_dir_entry *proc_xbus_summary;
struct proc_dir_entry *proc_xbus_waitfor_xpds;
+#ifdef PROTOCOL_DEBUG
+ struct proc_dir_entry *proc_xbus_command;
+#endif
#endif
/* statistics */
More information about the zaptel-commits
mailing list