bench: #undef NANOSEC, defined in time.h on solaris

This commit is contained in:
Ben Noordhuis 2011-08-11 23:35:56 +00:00
parent c952352f77
commit d358738954

View File

@ -25,6 +25,7 @@
/* Update this is you're going to run > 1000 concurrent requests. */
#define MAX_CONNS 1000
#undef NANOSEC
#define NANOSEC ((uint64_t)10e8)
/* Base class for tcp_conn_rec and pipe_conn_rec.