aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 421c554..383ac83 100644
--- a/config.h
+++ b/config.h
@@ -46,6 +46,10 @@ struct server_config {
char autoconnect; // = 1;
size_t autoconnect_type; // = NET_TYPE_GNUTLS,
+ char ignore_remote_unlinks;
+ char ignore_remote_kills;
+ char ignore_local_kills;
+
// autoconnect only
struct string address; // = "haxnet.org",
struct string port; // = "4321",