Make control connections use bufferevents

This commit is contained in:
Nick Mathewson
2009-08-11 19:14:50 -04:00
parent 84bb5d573c
commit fc4ddafab8
+1
View File
@@ -193,6 +193,7 @@ connection_type_uses_bufferevent(connection_t *conn)
case CONN_TYPE_AP:
case CONN_TYPE_EXIT:
case CONN_TYPE_DIR:
case CONN_TYPE_CONTROL:
return 1;
default:
return 0;