This commit is contained in:
Maxim Devaev
2024-08-16 07:04:21 +03:00
parent f2779f7b44
commit 000be92a0b
7 changed files with 20 additions and 19 deletions

View File

@@ -111,9 +111,9 @@ int main(int argc, char *argv[]) {
US_LOGGING_INIT;
US_THREAD_RENAME("main");
char *sink_name = NULL;
const char *sink_name = NULL;
unsigned sink_timeout = 1;
char *output_path = NULL;
const char *output_path = NULL;
bool output_json = false;
long long count = 0;
long double interval = 0;