[or-cvs] r16568: {tor} Just a test commit. (tor/branches/hidserv-perf/src/or)

chrisw at seul.org chrisw at seul.org
Sat Aug 16 15:31:47 UTC 2008


Author: chrisw
Date: 2008-08-16 11:31:46 -0400 (Sat, 16 Aug 2008)
New Revision: 16568

Modified:
   tor/branches/hidserv-perf/src/or/or.h
Log:
Just a test commit.

Modified: tor/branches/hidserv-perf/src/or/or.h
===================================================================
--- tor/branches/hidserv-perf/src/or/or.h	2008-08-16 13:21:17 UTC (rev 16567)
+++ tor/branches/hidserv-perf/src/or/or.h	2008-08-16 15:31:46 UTC (rev 16568)
@@ -1020,6 +1020,9 @@
   /** If this is a DNSPort connection, this field holds the pending DNS
    * request that we're going to try to answer.  */
   struct evdns_server_request *dns_server_request;
+  
+  /* TWOINTRO Is an introduction circuit already open for this connection? */
+  int introcirc_already_open;
 
 } edge_connection_t;
 
@@ -1788,7 +1791,9 @@
 
   uint8_t state; /**< Current status of this circuit. */
   uint8_t purpose; /**< Why are we creating this circuit? */
-
+  /** The edge_connection_this circuit is used for as possible introduction
+   * circuit TWOINTRO*/
+  edge_connection_t *introcirc_for_edge_connection;
   /** How many relay data cells can we package (read from edge streams)
    * on this circuit before we receive a circuit-level sendme cell asking
    * for more? */



More information about the tor-commits mailing list