Db
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
#include <filesystem>
|
||||
|
||||
namespace dropshell {
|
||||
namespace simple_object_storage {
|
||||
|
||||
struct ServerConfig {
|
||||
std::vector<std::string> write_tokens;
|
||||
@@ -16,6 +16,6 @@ struct ServerConfig {
|
||||
|
||||
bool load_config(const std::string& config_path, ServerConfig& config);
|
||||
|
||||
} // namespace dropshell
|
||||
} // namespace simple_object_storage
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user