gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25526 - gnunet/src/sysmon


From: gnunet
Subject: [GNUnet-SVN] r25526 - gnunet/src/sysmon
Date: Tue, 18 Dec 2012 14:16:45 +0100

Author: wachs
Date: 2012-12-18 14:16:45 +0100 (Tue, 18 Dec 2012)
New Revision: 25526

Modified:
   gnunet/src/sysmon/test_glibtop_network.c
Log:
- format


Modified: gnunet/src/sysmon/test_glibtop_network.c
===================================================================
--- gnunet/src/sysmon/test_glibtop_network.c    2012-12-18 13:13:40 UTC (rev 
25525)
+++ gnunet/src/sysmon/test_glibtop_network.c    2012-12-18 13:16:45 UTC (rev 
25526)
@@ -55,9 +55,9 @@
     printf ("\t%-50s: %u.%u.%u.%u\n", "IPv4 subnet", netmask[0], netmask[1], 
netmask[2],netmask[3]);
     printf ("\t%-50s: %u.%u.%u.%u\n", "IPv4 address", address[0], address[1], 
address[2],address[3]);
 
-    printf ("\t%-50s: %lu\n", "packets in", netload.packets_in);
-    printf ("\t%-50s: %lu\n", "packets out", netload.packets_out);
-    printf ("\t%-50s: %lu\n", "packets total", netload.packets_total);
+    printf ("\t%-50s: %llu\n", "packets in", (long long unsigned int) 
netload.packets_in);
+    printf ("\t%-50s: %llu\n", "packets out", (long long unsigned int) 
netload.packets_out);
+    printf ("\t%-50s: %llu\n", "packets total", (long long unsigned int) 
netload.packets_total);
   }
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]