diff options
| author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:31 -0500 |
|---|---|---|
| committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:31 -0500 |
| commit | a08438bda21b3e0d7db2db2360d040841970104d (patch) | |
| tree | f8a13a1e368bfbd14fe2d9492d6d5824eb5712ce /net.h | |
| parent | 8c1612d32c5682a86216adb8c8d11ce715fe5475 (diff) | |
Import Upstream version 0.3.7pre
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -8,13 +8,13 @@ typedef struct _NetDevice NetDevice; struct _NetDevice { gchar *iface; - guint recv_bytes; - guint recv_errors; - guint recv_packets; + gulong recv_bytes; + gulong recv_errors; + gulong recv_packets; - guint trans_bytes; - guint trans_errors; - guint trans_packets; + gulong trans_bytes; + gulong trans_errors; + gulong trans_packets; NetDevice *next; }; |
