summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index ea38022f43..364699fdf0 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;
+
+ /** If > 0, maximum total size of unparseable descriptors to log
+ * during the lifetime of this Tor process.
+ */
+ uint64_t DetailedLogForUnparseableDescriptors;
} or_options_t;
/** Persistent state for an onion router, as saved to disk. */