diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-15 17:18:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-15 17:18:29 -0400 |
commit | 737228ed8e81de6619a29bd039d08d959d4164da (patch) | |
tree | ce95515af13ca4e6aa596c01b3575b895d14fb06 /src/or/connection_edge.h | |
parent | 4dde69a6d003682217c2bf6327b5923c7b811974 (diff) | |
parent | c5ffd44ccd3c60780143eb384938276522a173c1 (diff) | |
download | tor-737228ed8e81de6619a29bd039d08d959d4164da.tar.gz tor-737228ed8e81de6619a29bd039d08d959d4164da.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r-- | src/or/connection_edge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h index ec7c7f5546..62a79db9ef 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -23,6 +23,7 @@ int connection_edge_process_inbuf(edge_connection_t *conn, int connection_edge_destroy(circid_t circ_id, edge_connection_t *conn); int connection_edge_end(edge_connection_t *conn, uint8_t reason); int connection_edge_end_errno(edge_connection_t *conn); +int connection_edge_flushed_some(edge_connection_t *conn); int connection_edge_finished_flushing(edge_connection_t *conn); int connection_edge_finished_connecting(edge_connection_t *conn); |