aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-20 12:38:13 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-21 10:39:59 -0400
commit33e6a3d75054d9dbb945434d9fe5c3f6be162adb (patch)
tree793da664683c1d8a25f0f4e1f9b261856773e7d0 /src/or/connection.h
parenta2bd0397ff2388a6e5a09e0cb8253f4dccf63e21 (diff)
downloadtor-33e6a3d75054d9dbb945434d9fe5c3f6be162adb.tar.gz
tor-33e6a3d75054d9dbb945434d9fe5c3f6be162adb.zip
Add a new type entry_connection_t for entry connections
No fields have moved there yet; for now, it's just a placeholder type.
Diffstat (limited to 'src/or/connection.h')
-rw-r--r--src/or/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.h b/src/or/connection.h
index d97729b446..9f11489727 100644
--- a/src/or/connection.h
+++ b/src/or/connection.h
@@ -21,6 +21,7 @@ const char *conn_state_to_string(int type, int state);
dir_connection_t *dir_connection_new(int socket_family);
or_connection_t *or_connection_new(int socket_family);
edge_connection_t *edge_connection_new(int type, int socket_family);
+entry_connection_t *entry_connection_new(int type, int socket_family);
control_connection_t *control_connection_new(int socket_family);
listener_connection_t *listener_connection_new(int type, int socket_family);
connection_t *connection_new(int type, int socket_family);