diff options
author | Roger Dingledine <arma@torproject.org> | 2011-04-28 20:40:15 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-04-28 20:40:15 -0400 |
commit | df3cf881d1d217b6ff3757bf95f8c2784584fec8 (patch) | |
tree | 3e194385fe32794196a02a51bf3dfdd01d275372 /src/or/config.h | |
parent | 710227a77f3d47fec78497b0fabce13b4e3ce728 (diff) | |
download | tor-df3cf881d1d217b6ff3757bf95f8c2784584fec8.tar.gz tor-df3cf881d1d217b6ff3757bf95f8c2784584fec8.zip |
stop putting wacky values into state->lastwritten
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index defda35e0b..78a67dddf5 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -58,6 +58,7 @@ char *options_get_datadir_fname2_suffix(or_options_t *options, get_datadir_fname2_suffix((sub1), NULL, (suffix)) or_state_t *get_or_state(void); +int did_last_state_file_write_fail(void); int or_state_save(time_t now); int options_need_geoip_info(or_options_t *options, const char **reason_out); |