summaryrefslogtreecommitdiff
path: root/dev/sinic.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-01-19 18:40:09 -0500
committerAli Saidi <saidi@eecs.umich.edu>2005-01-19 18:40:09 -0500
commit29789443ba5471c954617d8a21f5db94c6512f02 (patch)
treeb263b74cf25886e9e44633f37ae1b81087bc781d /dev/sinic.hh
parentdb00ac3bc6bc1a7f295c662ba12541579a975084 (diff)
parent886f905785561372413ea95dc551a0f269e28bac (diff)
downloadgem5-29789443ba5471c954617d8a21f5db94c6512f02.tar.xz
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG-- extra : convert_revision : d5e6f6e696d7607f89894856d940afc89ae8e37b
Diffstat (limited to 'dev/sinic.hh')
-rw-r--r--dev/sinic.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/sinic.hh b/dev/sinic.hh
index ef515ffad..25a433d5d 100644
--- a/dev/sinic.hh
+++ b/dev/sinic.hh
@@ -262,6 +262,10 @@ class Device : public Base
Stats::Scalar<> txBytes;
Stats::Formula txBandwidth;
+ Stats::Formula totBandwidth;
+ Stats::Formula totPackets;
+ Stats::Formula totBytes;
+ Stats::Formula totPacketRate;
Stats::Scalar<> txPackets;
Stats::Formula txPacketRate;
Stats::Scalar<> txIpPackets;