* Add a verbose logging parameter and playlist skipping, based on SF bug #3395238.
This commit is contained in:
@ -175,10 +175,11 @@ extern time_t startup_time;
|
||||
|
||||
extern struct runtime_vars_s runtime_vars;
|
||||
/* runtime boolean flags */
|
||||
extern int runtime_flags;
|
||||
extern uint32_t runtime_flags;
|
||||
#define INOTIFY_MASK 0x0001
|
||||
#define TIVO_MASK 0x0002
|
||||
#define DLNA_STRICT_MASK 0x0004
|
||||
#define NO_PLAYLIST_MASK 0x0008
|
||||
|
||||
#define SETFLAG(mask) runtime_flags |= mask
|
||||
#define GETFLAG(mask) runtime_flags & mask
|
||||
|
Reference in New Issue
Block a user