aboutsummaryrefslogtreecommitdiff
path: root/src/or/statefile.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-03 11:40:43 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-03 11:43:19 -0400
commite6220ccbf8004090b9bcc7228b33d85d2cf9c067 (patch)
tree3f67bbd1ca1d5c7b6ee95bcbe968162273aa6810 /src/or/statefile.c
parentc9b8d4c086931d806655a48b16b82ed132613382 (diff)
downloadtor-e6220ccbf8004090b9bcc7228b33d85d2cf9c067.tar.gz
tor-e6220ccbf8004090b9bcc7228b33d85d2cf9c067.zip
Add deprecation for configuration options that need to go away.
Diffstat (limited to 'src/or/statefile.c')
-rw-r--r--src/or/statefile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/statefile.c b/src/or/statefile.c
index 9594d9cec3..c2f31d69e5 100644
--- a/src/or/statefile.c
+++ b/src/or/statefile.c
@@ -121,6 +121,7 @@ static const config_format_t state_format = {
OR_STATE_MAGIC,
STRUCT_OFFSET(or_state_t, magic_),
state_abbrevs_,
+ NULL,
state_vars_,
or_state_validate_cb,
&state_extra_var,