X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52245cf79e746200dbdc45f37330c1a54852e51b..5e2c8aeab0ec45fb9945018b9de3cab5c1019875:/src/surf/network_gtnets_private.h diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index 0b42195c24..293ac16a84 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -23,12 +23,15 @@ typedef struct surf_action_network_GTNETS { s_surf_action_t generic_action; double latency; double lat_current; +#ifdef HAVE_TRACING + int last_remains; +#endif lmm_variable_t variable; double rate; int suspended; #ifdef HAVE_TRACING - char *src_name; - char *dst_name; + sg_routing_edge_t src; + sg_routing_edge_t dst; #endif //HAVE_TRACING } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t;