From 13c3ab4e0f3d5b022ed9598bcf7320b75c3f7a02 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 8 Feb 2004 17:22:20 +0000 Subject: 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 --- zaptel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'zaptel.h') 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; -- cgit v1.2.3