1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 16:46:46 +02:00

Some documentation improvements

This commit is contained in:
jfreegman
2021-12-05 17:03:42 -05:00
parent 8aa57b0539
commit e9a0a30408
6 changed files with 19 additions and 9 deletions

View File

@ -101,6 +101,9 @@ struct Winthread Winthread;
struct cqueue_thread cqueue_thread;
struct av_thread av_thread;
struct arg_opts arg_opts;
// This struct is not thread safe. It should only ever be written to from the main thread
// before any other thread that uses it is initialized.
struct user_settings *user_settings = NULL;
static struct user_password {