mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
tests: Support libssh server logging into separate file
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
@ -52,6 +52,8 @@ struct server_state_st {
|
||||
char *config_file;
|
||||
bool parse_global_config;
|
||||
|
||||
char *log_file;
|
||||
|
||||
/* State */
|
||||
int max_tries;
|
||||
int error;
|
||||
|
Reference in New Issue
Block a user