summaryrefslogtreecommitdiff
path: root/src/tools/operf/operf.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-12-03 15:02:33 +0000
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-12-03 15:02:33 +0000
commitd68efc18d65217afa8a0ad2f300697ee1088b44f (patch)
tree612b48f6f713c9447c15d6e43c8fe85175823c1d /src/tools/operf/operf.c
parent2e624e2f8e257dae0a997d921bcf79cc8144a142 (diff)
parent0334843d9f0a73f613e1dd20e30e6f3333d12d62 (diff)
downloadouroboros-d68efc18d65217afa8a0ad2f300697ee1088b44f.tar.gz
ouroboros-d68efc18d65217afa8a0ad2f300697ee1088b44f.zip
Merged in dstaesse/ouroboros/be-32bit (pull request #317)
ipcpd, tools: Fix compilation on 32 bit linux
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;