summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 {