diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-27 01:25:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-27 01:25:05 +0300 |
commit | ba8247eaf522e8a129b7fbbf09a6fab010746e3a (patch) | |
tree | f87e5abdc7f049c819131c853d84db9660e8fde4 /server/include/config.h | |
parent | 3175fbe96c91a2de6f687d5c6bfe0fc7f02a34f4 (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.h | 1 |
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; }; |