mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
add some flags to the config structs
This commit is contained in:
parent
f7e16d22ab
commit
0371cae9dc
@ -30,6 +30,9 @@ typedef struct tag_songentry {
|
|||||||
} SONGENTRY;
|
} SONGENTRY;
|
||||||
|
|
||||||
typedef struct tag_config {
|
typedef struct tag_config {
|
||||||
|
pid_t rend_pid;
|
||||||
|
int use_mdns;
|
||||||
|
int stop;
|
||||||
char *configfile;
|
char *configfile;
|
||||||
char *web_root;
|
char *web_root;
|
||||||
int port;
|
int port;
|
||||||
|
Loading…
Reference in New Issue
Block a user