config: add 'server_socket_path' and set a default value

This commit is contained in:
Daniel Eklöf 2019-12-14 12:59:06 +01:00
parent 6ef65058cf
commit 6d31bd63be
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 16 additions and 0 deletions

View file

@ -34,6 +34,8 @@ struct config {
} cursor;
size_t render_worker_count;
char *server_socket_path;
};
bool config_load(struct config *conf);