diff options
Diffstat (limited to 'src/utils/knotc/process.h')
-rw-r--r-- | src/utils/knotc/process.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/knotc/process.h b/src/utils/knotc/process.h index 4b0e59921..afce1bf0a 100644 --- a/src/utils/knotc/process.h +++ b/src/utils/knotc/process.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> +/* Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ typedef struct { const char *config; const char *confdb; + size_t max_conf_size; const char *socket; bool verbose; bool force; |