further cleanup, test.c still has some bugs

svn:r241
This commit is contained in:
Roger Dingledine
2003-04-16 23:21:44 +00:00
parent 97d847b9e3
commit f39ca8a3aa
4 changed files with 50 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ void command_time_process_cell(cell_t *cell, connection_t *conn,
int *num, int *time,
void (*func)(cell_t *, connection_t *)) {
struct timeval start, end;
int time_passed;
long time_passed;
*num += 1;