Small updates/wins around non-block IO
[m6w6/libmemcached] / tests / test.c
index dd64be6933ef287c7bd1c03024791dd7eb903198..45ee3ab46e9f07454d68384f78fdd9117470018d 100644 (file)
@@ -38,7 +38,7 @@ static void world_stats_print(world_stats_st *stats)
   fprintf(stderr, "\tSucceeded\t\t%u\n", stats->success);
 }
 
-static long int timedif(struct timeval a, struct timeval b)
+long int timedif(struct timeval a, struct timeval b)
 {
   long us, s;