mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 05:13:03 +01:00
forgot something
This commit is contained in:
parent
835b821b75
commit
673800c947
@ -76,6 +76,10 @@ struct cqueue_thread {
|
|||||||
pthread_t tid;
|
pthread_t tid;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct audio_thread {
|
||||||
|
pthread_t tid;
|
||||||
|
};
|
||||||
|
|
||||||
struct arg_opts {
|
struct arg_opts {
|
||||||
int ignore_data_file;
|
int ignore_data_file;
|
||||||
int use_ipv4;
|
int use_ipv4;
|
||||||
|
Loading…
Reference in New Issue
Block a user