Really start the table thread
This commit is contained in:
parent
4ccdf07d8c
commit
1515233fad
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ tda_add(const char *path)
|
|||
TAILQ_INSERT_TAIL(&dvb_adapters, tda, tda_global_link);
|
||||
|
||||
pthread_create(&ptid, NULL, dvb_adapter_input_dvr, tda);
|
||||
|
||||
dvb_table_init(tda);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue