summaryrefslogtreecommitdiff
path: root/include/dahdi/user.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-21 22:16:15 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-21 22:16:15 +0000
commitedf5a846190f0f59a7a59efe80b346c07d2e10a8 (patch)
tree997d97293982144da945f34d01306accf2075fca /include/dahdi/user.h
parent03f199995edc212b80d366f3a6f8feb1b6e4acc5 (diff)
Move DAHDI_DEFAULT_MTU_MRU from kernel.h to user.h
The macro DAHDI_DEFAULT_MTU_MRU needs to be exposed to userspace to build tools/ppp/dahdi.c . git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6430 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include/dahdi/user.h')
-rw-r--r--include/dahdi/user.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index 0bc6e37..7434fcf 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -116,6 +116,9 @@
#define DAHDI_DEFAULT_BLOCKSIZE 1024
#define DAHDI_DEFAULT_MTR_MRU 2048
+/*! Define the default network block size */
+#define DAHDI_DEFAULT_MTU_MRU 2048
+
#define DAHDI_POLICY_IMMEDIATE 0 /* Start play/record immediately */
#define DAHDI_POLICY_WHEN_FULL 1 /* Start play/record when buffer is full */
#define DAHDI_POLICY_HALF_FULL 2 /* Start play/record when buffer is half full.