From a0639866ed17fba90d8550905defeec59e2c7b9b Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 20 Sep 2010 20:34:27 +0000 Subject: dahdi: Define psuedo channels as being without a span. Therefore we can use the fact that the span pointer on the channel is NULL to identify them. Review: https://reviewboard.asterisk.org/r/905/ Signed-off-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9382 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/dahdi') diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index 305d19c..eeb40c1 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -685,7 +685,6 @@ enum { DAHDI_FLAGBIT_ECHOCANCEL= 4, /*!< Channel supports native echo cancellation */ DAHDI_FLAGBIT_HDLC = 5, /*!< Perform HDLC */ DAHDI_FLAGBIT_NETDEV = 6, /*!< Send to network */ - DAHDI_FLAGBIT_PSEUDO = 7, /*!< Pseudo channel */ DAHDI_FLAGBIT_CLEAR = 8, /*!< Clear channel */ DAHDI_FLAGBIT_AUDIO = 9, /*!< Audio mode channel */ DAHDI_FLAGBIT_OPEN = 10, /*!< Channel is open */ @@ -734,7 +733,6 @@ struct dahdi_count { #define DAHDI_FLAG_HDLC DAHDI_FLAG(HDLC) #define DAHDI_FLAG_NETDEV DAHDI_FLAG(NETDEV) -#define DAHDI_FLAG_PSEUDO DAHDI_FLAG(PSEUDO) #define DAHDI_FLAG_CLEAR DAHDI_FLAG(CLEAR) #define DAHDI_FLAG_AUDIO DAHDI_FLAG(AUDIO) -- cgit v1.2.3