diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8754e4468b..feb2d0fd84 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -544,6 +544,7 @@ typedef struct { int BandwidthBurst; int NumCpus; int loglevel; + int RunTesting; } or_options_t; /* XXX are these good enough defaults? */ |