X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef33b9c0c2c0e9c15c27fce82515a23e8aadc0ed..b9684d3607aa558c95b7185ddf147b478a7e367f:/src/surf/trace_mgr.hpp diff --git a/src/surf/trace_mgr.hpp b/src/surf/trace_mgr.hpp index 8fb7dd8b69..1563729f79 100644 --- a/src/surf/trace_mgr.hpp +++ b/src/surf/trace_mgr.hpp @@ -18,10 +18,6 @@ typedef struct tmgr_event { double value; } s_tmgr_event_t, *tmgr_event_t; -typedef struct tmgr_trace { - xbt_dynar_t event_list; -} s_tmgr_trace_t; - /* Iterator within a trace */ typedef struct tmgr_trace_iterator { tmgr_trace_t trace; @@ -74,8 +70,10 @@ XBT_PUBLIC_CLASS trace_iterator { XBT_PUBLIC_CLASS trace { public: /** Creates an empty trace */ - trace() {} - virtual ~trace() {} + trace(); + virtual ~trace(); +//private: + xbt_dynar_t event_list; }; /** @brief Future Event Set (collection of iterators over the traces)