aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-02 10:43:42 +0200
committerHarald Welte <laforge@osmocom.org>2020-08-02 10:48:50 +0200
commitac290eec9627f135602c54db2e00b97d1c785d6a (patch)
tree0527629c86884dd02e62ce55255fb44df20397bd /include
parentdeb5c4f7ab24a2fa19200bb117b24b4382cb45f1 (diff)
This slipped through the cracks as jenkins so far doesn't build with --enable-e1d support (fixed in a separate patch). Change-Id: I505331a4a9430001b049e9f5cc36abf4ce4ca19e
Diffstat (limited to 'include')
-rw-r--r--include/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal.h b/include/internal.h
index 8a5aa2e..aeca02f 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -3,6 +3,9 @@
#include <stdint.h>
+/* Amount of data to write to a B-channel in every write() call */
+#define D_BCHAN_TX_GRAN 160
+
struct osmo_fd;
struct e1inp_sign_link;
struct e1inp_ts;