summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index a45b561..04ef153 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -1111,6 +1111,7 @@ typedef enum {
#define ZT_FLAG_LINEAR (1 << 13) /* Talk to user space in linear */
#define ZT_FLAG_PPP (1 << 14) /* PPP is available */
#define ZT_FLAG_T1PPP (1 << 15)
+#define ZT_FLAG_DEAD (1 << 16) /* Dead, needs to be removed */
struct zt_span {
spinlock_t lock;