[or-cvs] [tor/master 23/38] Make control connections use bufferevents
    nickm at torproject.org 
    nickm at torproject.org
       
    Mon Sep 27 20:51:00 UTC 2010
    
    
  
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue, 11 Aug 2009 19:14:50 -0400
Subject: Make control connections use bufferevents
Commit: fc4ddafab81d5ca229436eeb0c460634e03cb2ca
---
 src/or/connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/or/connection.c b/src/or/connection.c
index 24fc9f2..570ecee 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -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;
-- 
1.7.1
    
    
More information about the tor-commits
mailing list