Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A meta-resource : workstation is simply a CPU and a network card.
[simgrid.git] / src / surf / network_private.h
index d172dca..963f932 100644 (file)
@@ -1,12 +1,15 @@
-/* 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
 
 #include "surf_private.h"
+#include "xbt/dict.h"
 
 typedef enum {
   SURF_NETWORK_LINK_ON = 1,            /* Ready        */
@@ -43,4 +46,6 @@ typedef struct surf_action_network {
   network_card_t dst;
 } s_surf_action_network_t, *surf_action_network_t;
 
+extern xbt_dict_t network_card_set;
+
 #endif                         /* _SURF_NETWORK_PRIVATE_H */