Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I'm so lazy...
[simgrid.git] / src / surf / surf_private.h
index 1d6c56f..270b889 100644 (file)
@@ -17,6 +17,8 @@
 #define NO_MAX_DURATION -1.0
 #define SG_TCP_CTE_GAMMA 20000.0
 
+extern const char *surf_action_state_names[6];
+
 typedef enum {
   SURF_NETWORK_LINK_ON = 1,    /* Ready        */
   SURF_NETWORK_LINK_OFF = 0    /* Running      */