diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-25 05:20:46 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-06-30 07:03:24 +0000 |
commit | 726dc9acf599567bf2ed1786fc2af785f15cac25 (patch) | |
tree | f81e636e223cbddccf2eb6675b6cacee2f397f2f /src/or/or.h | |
parent | 2442673ef6fd4af6ab757b2033367aae9ba04c1f (diff) | |
download | tor-726dc9acf599567bf2ed1786fc2af785f15cac25.tar.gz tor-726dc9acf599567bf2ed1786fc2af785f15cac25.zip |
Remove old unparseable descriptor logging mechanism, add bump-to-head-of-queue for repeated unparseable descriptors, rename config variable
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 364699fdf0..a1a0810e4b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4499,10 +4499,10 @@ typedef struct { /** Autobool: Do we try to retain capabilities if we can? */ int KeepBindCapabilities; - /** If > 0, maximum total size of unparseable descriptors to log - * during the lifetime of this Tor process. + /** Maximum total size of unparseable descriptors to log during the + * lifetime of this Tor process. */ - uint64_t DetailedLogForUnparseableDescriptors; + uint64_t MaxUnparseableDescSizeToLog; } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |