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 1eac472425..5eb2bc16e8 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -439,6 +439,8 @@ typedef struct { char *RouterFile; char *SigningPrivateKeyFile; char *PrivateKeyFile; + char *CertFile; + char *Nickname; double CoinWeight; int Daemon; int ORPort; |