summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-20 20:32:35 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-20 20:32:35 +0000
commit28a40441188d84e2f3670c295fcf5b985818ac38 (patch)
tree4e47b4d528594cac30e86c1d1dea4e69b45509e5 /include
parent15f0778e3d3293297b03604af461ba0447cd6679 (diff)
dahdi: Embed the proc entries in struct dahdi_span.
Part of preparations for replacing the array of spans with a list of spans. Review: https://reviewboard.asterisk.org/r/905/ Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9354 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 83d3732..305d19c 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -871,6 +871,10 @@ struct dahdi_span {
int watchcounter;
int watchstate;
#endif
+
+#ifdef CONFIG_PROC_FS
+ struct proc_dir_entry *proc_entry;
+#endif
};
struct dahdi_transcoder_channel {