X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db18cc7478c6fc7ce0d9e0c171b7fcb3cfc12491..1c06c4d49a2022cb250516dac52d613e9efaf66b:/src/surf/network_private.h diff --git a/src/surf/network_private.h b/src/surf/network_private.h index 52e943c18e..0032cd5994 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_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_NETWORK_PRIVATE_H #define _SURF_NETWORK_PRIVATE_H @@ -36,6 +38,8 @@ typedef struct network_card { typedef struct surf_action_network { s_surf_action_t generic_action; + xbt_heap_float_t latency; + xbt_heap_float_t lat_current; lmm_variable_t variable; network_card_t src; network_card_t dst;