From 3ee59f23255469b35428168e377a827a9f3cb392 Mon Sep 17 00:00:00 2001 From: Bruce Montrose <montrose@itd.nrl.navy.mil> Date: Thu, 11 Jul 2002 18:38:16 +0000 Subject: added new option GlobalRole to getoptions() svn:r41 --- src/or/or.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/or.h') 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; -- cgit v1.2.3