From 20c31c80fb7265e8987747b3cdba04f16c352b15 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Sat, 11 Jun 2011 17:08:31 +0200 Subject: ClientTransportPlugin parsing done. --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index b4000add81..062352aee3 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2660,6 +2660,8 @@ typedef struct { config_line_t *Bridges; /**< List of bootstrap bridge addresses. */ + config_line_t *ClientTransportPlugin; /**< List of client transport plugins. */ + int BridgeRelay; /**< Boolean: are we acting as a bridge relay? We make * this explicit so we can change how we behave in the * future. */ -- cgit v1.2.3-54-g00ecf