From 90bfbd9793e64b29d09f4ca4ee610ee08f82ea75 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Fri, 6 Sep 2013 16:21:35 -0500 Subject: ruby: network: convert to gem5 style stats --- src/base/statistics.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/base') diff --git a/src/base/statistics.hh b/src/base/statistics.hh index f3b6ae39f..dd3cf5e9c 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -331,6 +331,12 @@ class DataWrapVec : public DataWrap public: typedef InfoProxyType Info; + DataWrapVec() + {} + + DataWrapVec(const DataWrapVec &ref) + {} + // The following functions are specific to vectors. If you use them // in a non vector context, you will get a nice compiler error! -- cgit v1.2.3