X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..f150764ab6d151957355c437ad66146210cbf8f9:/src/surf/network_gtnets_private.h diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index b6acca57e7..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,9 +23,16 @@ 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 + sg_routing_edge_t src; + sg_routing_edge_t dst; +#endif //HAVE_TRACING } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t; xbt_dict_t network_card_ids;