Implement vitastor-cli fix

This commit is contained in:
Vitaliy Filippov
2023-05-20 23:19:39 +03:00
parent d55d7d5326
commit 105a405b0a
9 changed files with 383 additions and 32 deletions
+1
View File
@@ -16,3 +16,4 @@ uint64_t stoull_full(const std::string & str, int base = 0);
std::string format_size(uint64_t size, bool nobytes = false);
void print_help(const char *help_text, std::string exe_name, std::string cmd, bool all);
uint64_t parse_time(std::string time_str, bool *ok = NULL);
std::string read_all_fd(int fd);