diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 3ccfa8f1ad..a579a5967b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1017,6 +1017,8 @@ typedef struct exit_redirect_t { /** Configuration options for a Tor process */ typedef struct { + uint32_t _magic; + /** What should the tor process actually do? */ enum { CMD_RUN_TOR=0, CMD_LIST_FINGERPRINT, CMD_HASH_PASSWORD, |