diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:16:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-07-21 20:59:35 +0100 |
commit | 83edbefbaabb2b17c84ac803131dc1a549da6964 (patch) | |
tree | 32cb5123307ee3e3b59dedf191fd5776ea5b7062 /include/conf.h | |
parent | 7f273676eb203a1be6ca179c6ee1b3d3a4e81a78 (diff) |
Add support for limited temporary Klines
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h index b2e47f5..e06ac4d 100644 --- a/include/conf.h +++ b/include/conf.h @@ -265,6 +265,7 @@ struct config_file_entry int ping_cookie; int disable_auth; int cycle_on_host_change; + time_t tkline_max; }; struct config_channel_entry |