summaryrefslogtreecommitdiff
path: root/server/include/config.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-08-27 01:25:05 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-08-27 01:25:05 +0300
commitba8247eaf522e8a129b7fbbf09a6fab010746e3a (patch)
treef87e5abdc7f049c819131c853d84db9660e8fde4 /server/include/config.h
parent3175fbe96c91a2de6f687d5c6bfe0fc7f02a34f4 (diff)
protocol:
still thinking of... client: bits of proto implementation server: config variables sigint handler bits of proto implementation
Diffstat (limited to 'server/include/config.h')
-rw-r--r--server/include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/include/config.h b/server/include/config.h
index 2afbde3..74112ad 100644
--- a/server/include/config.h
+++ b/server/include/config.h
@@ -48,6 +48,7 @@ struct runtime_config_s
{
default_metadata_storage = nullptr;
}
+ std::string config_file_path;
};