Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
HUSH !
[simgrid.git] / src / surf / network_private.h
index 52e943c..0032cd5 100644 (file)
@@ -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;