From ba8247eaf522e8a129b7fbbf09a6fab010746e3a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 27 Aug 2015 01:25:05 +0300 Subject: protocol: still thinking of... client: bits of proto implementation server: config variables sigint handler bits of proto implementation --- server/include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/include') 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; }; -- cgit v1.2.3