X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41f6e93622ccf2e2c09dd0fd75ef6ad4f458e80b..1d6f35064b982906e6931d6e2cfbf22ab51a10b3:/src/surf/trace_mgr_private.h diff --git a/src/surf/trace_mgr_private.h b/src/surf/trace_mgr_private.h index 0b84cdb23e..f63d1a28c4 100644 --- a/src/surf/trace_mgr_private.h +++ b/src/surf/trace_mgr_private.h @@ -1,7 +1,9 @@ -/* Authors: Arnaud Legrand */ +/* $Id$ */ + +/* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef _SURF_TMGR_PRIVATE_H #define _SURF_TMGR_PRIVATE_H @@ -11,8 +13,8 @@ #include "surf/trace_mgr.h" typedef struct tmgr_event { - xbt_heap_float_t delta; - xbt_maxmin_float_t value; + double delta; + double value; } s_tmgr_event_t, *tmgr_event_t; typedef struct tmgr_trace {