From 9f61398c794b9c7f790946c28db24a11b063310f Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 3 Jan 2011 18:27:27 +0000 Subject: dahdi: Remove arbitrary limit on number of spans in the kernel. Spans are no longer added to a static array, but they are chained together in a list. DAHDI_MAX_SPANS, while no longer used in the kernel, is still in include/dahdi/user.h since dahdi tools is currently using it. Signed-off-by: Shaun Ruffell Acked-by: Kinsey Moore git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9598 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index 5d79ae0..9960161 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -898,6 +898,7 @@ struct dahdi_span { #ifdef CONFIG_PROC_FS struct proc_dir_entry *proc_entry; #endif + struct list_head node; }; struct dahdi_transcoder_channel { -- cgit v1.2.3