diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-30 11:18:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-30 11:18:00 -0400 |
commit | c6846d7bf0d8a382bea17304ea29a51c3a895f90 (patch) | |
tree | 9a19d14b30659e2e7b1cf47be683bc9da2abc677 /src/or/or.h | |
parent | a31f55b16ba26c5c3720640bf27157fd7ab45c40 (diff) | |
parent | 13a16e001164581b687dae2d3377f77eedb701ff (diff) | |
download | tor-c6846d7bf0d8a382bea17304ea29a51c3a895f90.tar.gz tor-c6846d7bf0d8a382bea17304ea29a51c3a895f90.zip |
Merge remote-tracking branch 'andrea/bug18322_v3_squashed'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index ea38022f43..a1a0810e4b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4498,6 +4498,11 @@ typedef struct { /** Autobool: Do we try to retain capabilities if we can? */ int KeepBindCapabilities; + + /** Maximum total size of unparseable descriptors to log during the + * lifetime of this Tor process. + */ + uint64_t MaxUnparseableDescSizeToLog; } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |