diff options
Diffstat (limited to '')
-rw-r--r-- | manage.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -201,6 +201,7 @@ struct man_settings { bool server; bool hold; bool connect_as_client; + char *write_peer_info_file; }; /* up_query modes */ @@ -267,8 +268,8 @@ bool management_open (struct management *man, const int echo_buffer_size, const int state_buffer_size, const bool hold, - const bool connect_as_client); - + const bool connect_as_client, + const char *write_peer_info_file); void management_close (struct management *man); |