[or-cvs] Make last commit build

Nick Mathewson nickm at seul.org
Wed Oct 15 18:37:22 UTC 2003


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv5969/src/or

Modified Files:
	main.c or.h 
Log Message:
Make last commit build

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- main.c	15 Oct 2003 18:28:32 -0000	1.131
+++ main.c	15 Oct 2003 18:37:19 -0000	1.132
@@ -636,7 +636,7 @@
         log_fn(LOG_ERR,"poll failed.");
         return -1;
       } else {
-        log_fn(LOG_DEBUG,"poll interrupted."):
+        log_fn(LOG_DEBUG,"poll interrupted.");
       }
     }
 

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- or.h	14 Oct 2003 01:34:31 -0000	1.165
+++ or.h	15 Oct 2003 18:37:19 -0000	1.166
@@ -498,7 +498,7 @@
 void circuit_close(circuit_t *circ);
 void circuit_about_to_close_connection(connection_t *conn);
 
-void circuit_dump_by_conn(connection_t *conn);
+void circuit_dump_by_conn(connection_t *conn, int severity);
 
 void circuit_expire_unused_circuits(void);
 void circuit_launch_new(int failure_status);



More information about the tor-commits mailing list