mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
further cleanup, test.c still has some bugs
svn:r241
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user