X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Ftimestat.h;fp=include%2Fyazpp%2Ftimestat.h;h=2d8626845df7991e60bf625055e6e94caf253159;hp=d0da2b1934adfd5a82a5652eafc716cd797d3c7a;hb=01ad980e5595816d57bc9aa6aa451914b6fd2d33;hpb=6f3834da6184bd3c38812c1b3f30e8c9d287d887 diff --git a/include/yazpp/timestat.h b/include/yazpp/timestat.h index d0da2b1..2d86268 100644 --- a/include/yazpp/timestat.h +++ b/include/yazpp/timestat.h @@ -29,7 +29,6 @@ #ifndef YAZPP_TIMESTAT_H #define YAZPP_TIMESTAT_H -#include #include namespace yazpp_1 { @@ -40,10 +39,8 @@ namespace yazpp_1 { void add_bytes(int m); int get_total(); private: - time_t m_sec; // time of most recent bucket - int *m_bucket; - int m_ptr; - int m_size; + class Rep; + Rep *m_p; }; }