diff options
Diffstat (limited to 'src/tools/operf')
-rw-r--r-- | src/tools/operf/operf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/operf/operf.c b/src/tools/operf/operf.c index 808a8807..bc7ade3a 100644 --- a/src/tools/operf/operf.c +++ b/src/tools/operf/operf.c @@ -44,8 +44,8 @@ struct c { bool sleep; int duration; - uint64_t sent; - uint64_t rcvd; + unsigned long sent; + unsigned long rcvd; flow_set_t * flows; fqueue_t * fq; |