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 6170c2119c..b95bfb15a9 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4227,6 +4227,7 @@ typedef struct { /** Should we send the timestamps that pre-023 hidden services want? */ int Support022HiddenServices; + } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |