summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-03 18:27:27 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-03 18:27:27 +0000
commit9f61398c794b9c7f790946c28db24a11b063310f (patch)
treed159809a833529d0b28b0f654c2f5dfae923f549 /include
parentd8b83e4a7af25ead6d6ae629ba73df4ed1b558ef (diff)
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 <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9598 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h1
1 files changed, 1 insertions, 0 deletions
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 {