summaryrefslogtreecommitdiff
path: root/xpp/xdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/xdefs.h')
-rw-r--r--xpp/xdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/xdefs.h b/xpp/xdefs.h
index 491e7b6..ab3670e 100644
--- a/xpp/xdefs.h
+++ b/xpp/xdefs.h
@@ -55,6 +55,7 @@ struct list_head { struct list_head *next; struct list_head *prev; };
#define IS_SET(x,i) (((x) & BIT(i)) != 0)
#define BITMASK(i) (BIT(i) - 1)
+#define MAX_PROC_WRITE 100 /* Largest buffer we allow writing our /proc files */
#define CHANNELS_PERXPD 30 /* Depends on xpp_line_t and protocol fields */
#define MAX_SPANNAME 20 /* From zaptel.h */