summaryrefslogtreecommitdiff
path: root/src/tools/operf/operf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/operf/operf.c')
-rw-r--r--src/tools/operf/operf.c4
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;