Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stats.h')
-rw-r--r--src/core/stats.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/stats.h b/src/core/stats.h
index 9d90fdc..7bcad0d 100644
--- a/src/core/stats.h
+++ b/src/core/stats.h
@@ -16,8 +16,9 @@ public:
/// clear statistics
static void clear();
- static unsigned int network_bytes_sent;
- static unsigned int network_bytes_received;
+ static unsigned long network_bytes_sent;
+ static unsigned long network_uncompressed_bytes_sent;
+ static unsigned long network_bytes_received;
};
}