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
This commit is contained in:
Shaun Ruffell
2010-09-20 20:32:35 +00:00
parent 5514b84e06
commit ee7057f87a
2 changed files with 9 additions and 4 deletions

View File

@@ -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 {