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.h2
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;