summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-02-08 17:22:20 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-02-08 17:22:20 +0000
commit13c3ab4e0f3d5b022ed9598bcf7320b75c3f7a02 (patch)
tree64b002b221be66c840eca2b648a12bdd5aa767fa /zaptel.h
parent130d038b151d1f72885d72fc73118f1d0daa9223 (diff)
Remove "zapfreelock" and replace with "bigzaplock" and make sure we're not performing interrupt routines that effect multiple channels at the same time that other things can be going on.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@311 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zaptel.h b/zaptel.h
index 04ef153..a45b561 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -1111,7 +1111,6 @@ 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;