summaryrefslogtreecommitdiffstats
path: root/src/daemon/settings_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/settings_private.h')
-rw-r--r--src/daemon/settings_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h
index 57ad24c..336c151 100644
--- a/src/daemon/settings_private.h
+++ b/src/daemon/settings_private.h
@@ -2,6 +2,7 @@
* Usurpation – server daemon settings handling, private header
*
* Copyright (C) 2019 Gediminas Jakutis
+ * Copyright (C) 2019 Ramūnas Mažeikis
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -22,6 +23,7 @@
#define USURPATION_SETTINGS_PRIVATE_H
static const unsigned int flag_daemonize = 1 << 0; /* 1st bit */
+static const unsigned int flag_verbose = 1 << 1;
static struct settings {
unsigned int flags;