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 610f760d2..c65195049 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -295,6 +295,7 @@ typedef struct int APPort; int MaxConn; int TrafficShaping; + int GlobalRole; int loglevel; } or_options_t; |