summaryrefslogtreecommitdiff
path: root/kernel/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/zaptel.h')
-rw-r--r--kernel/zaptel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/zaptel.h b/kernel/zaptel.h
index 98f514b..019b01c 100644
--- a/kernel/zaptel.h
+++ b/kernel/zaptel.h
@@ -1742,7 +1742,8 @@ zt_tc_clear_data_waiting(struct zt_transcoder_channel *dtc) {
}
struct zt_transcoder {
- struct list_head node;
+ struct list_head active_list_node;
+ struct list_head registration_list_node;
char name[80];
int pos;
int numchannels;