diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-06 19:49:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-06 19:49:20 -0500 |
commit | 135a5102a3e5422a1c9c8ad28f58888eea4a2545 (patch) | |
tree | 1c69b5c10629b058e2e49aad6faf6db7ea483a77 /src/or/or.h | |
parent | 50fd99d7ef01f74fd794eb430cf28b5c84e48446 (diff) | |
download | tor-135a5102a3e5422a1c9c8ad28f58888eea4a2545.tar.gz tor-135a5102a3e5422a1c9c8ad28f58888eea4a2545.zip |
Revert "Make pending libevent actions cancelable"
This reverts commit aba25a6939a5907d40dbcff7433a8c130ffd12ad.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index eb9f060e50..6ff02ee36c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1276,8 +1276,6 @@ typedef struct or_connection_t { unsigned active_circuit_pqueue_last_recalibrated; struct or_connection_t *next_with_same_id; /**< Next connection with same * identity digest as this one. */ - - tor_libevent_action_t *pending_action; } or_connection_t; /** Subtype of connection_t for an "edge connection" -- that is, an entry (ap) |