[or-cvs] oh, and the other bits of the commit

arma at seul.org arma at seul.org
Tue Jan 17 04:03:25 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	or.h circuitbuild.c 
Log Message:
oh, and the other bits of the commit


Index: or.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.780
retrieving revision 1.781
diff -u -p -d -r1.780 -r1.781
--- or.h	12 Jan 2006 18:04:17 -0000	1.780
+++ or.h	17 Jan 2006 04:03:23 -0000	1.781
@@ -1463,6 +1463,7 @@ circuit_t *circuit_establish_circuit(uin
                                      int internal);
 int circuit_handle_first_hop(circuit_t *circ);
 void circuit_n_conn_done(connection_t *or_conn, int status);
+int inform_testing_reachability(void);
 int circuit_send_next_onion_skin(circuit_t *circ);
 void circuit_note_clock_jumped(int seconds_elapsed);
 int circuit_extend(cell_t *cell, circuit_t *circ);

Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -p -d -r1.209 -r1.210
--- circuitbuild.c	11 Jan 2006 04:14:10 -0000	1.209
+++ circuitbuild.c	17 Jan 2006 04:03:23 -0000	1.210
@@ -493,7 +493,7 @@ circuit_deliver_create_cell(circuit_t *c
 /** We've decided to start our reachability testing. If all
  * is set, log this to the user. Return 1 if we did, or 0 if
  * we chose not to log anything. */
-static int
+int
 inform_testing_reachability(void)
 {
   char dirbuf[128];



More information about the tor-commits mailing list