summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index ef304d9..f5d335b 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -690,8 +690,8 @@ dahdi_tc_clear_data_waiting(struct dahdi_transcoder_channel *dtc) {
}
struct dahdi_transcoder {
- struct list_head node;
- int pos;
+ struct list_head active_list_node;
+ struct list_head registration_list_node;
char name[80];
int numchannels;
unsigned int srcfmts;