From 0c6e2b066db40dd98c4a36808177bb2d227e41d7 Mon Sep 17 00:00:00 2001 From: Mohamed Boussaffa Date: Fri, 4 Mar 2016 22:49:40 +0800 Subject: [PATCH] Fixing build on OSx --- libnethogs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnethogs.h b/libnethogs.h index 1fe03b1..f9a2740 100644 --- a/libnethogs.h +++ b/libnethogs.h @@ -17,11 +17,11 @@ public: } Action action; int pid; - u_int32_t uid; + uint32_t uid; std::string app_name; std::string device_name; - u_int32_t sent_bytes; - u_int32_t recv_bytes; + uint32_t sent_bytes; + uint32_t recv_bytes; float sent_kbs; float recv_kbs; };