nfqws,tpws: read config from a file

This commit is contained in:
bol-van
2024-10-31 17:55:26 +03:00
parent c964677913
commit a4632ef6d7
8 changed files with 240 additions and 14 deletions

View File

@@ -79,6 +79,9 @@ void dp_list_destroy(struct desync_profile_list_head *head);
struct params_s
{
char **argv; // for file based config
int argc;
int debug;
enum log_target debug_target;
char debug_logfile[PATH_MAX];