|
@@ -605,7 +605,7 @@ struct connection_t {
|
|
|
|
|
|
uint8_t type; /**< What kind of connection is this? */
|
|
uint8_t type; /**< What kind of connection is this? */
|
|
uint8_t state; /**< Current state of this connection. */
|
|
uint8_t state; /**< Current state of this connection. */
|
|
- uint8_t purpose; /**< Only used for DIR types currently. */
|
|
|
|
|
|
+ uint8_t purpose; /**< Only used for DIR and EXIT types currently. */
|
|
unsigned wants_to_read:1; /**< Boolean: should we start reading again once
|
|
unsigned wants_to_read:1; /**< Boolean: should we start reading again once
|
|
* the bandwidth throttler allows it? */
|
|
* the bandwidth throttler allows it? */
|
|
unsigned wants_to_write:1; /**< Boolean: should we start writing again once
|
|
unsigned wants_to_write:1; /**< Boolean: should we start writing again once
|