From 577ec4f206ba526c5a0effd562fc2e7dfb6d8fb5 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Tue, 5 Sep 2006 00:04:27 +0000 Subject: 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) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1395 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xpd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xpp/xpd.h') diff --git a/xpp/xpd.h b/xpp/xpd.h index 1d67822..da4eba8 100644 --- a/xpp/xpd.h +++ b/xpp/xpd.h @@ -175,6 +175,9 @@ struct xbus { 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 */ -- cgit v1.2.3