Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Depricated gtnets header, compability with old gtnets versions still granted.
[simgrid.git] / include / simdag / datatypes.h
index 6613f54..dff2935 100644 (file)
@@ -26,6 +26,11 @@ typedef enum {
   SD_WORKSTATION_SEQUENTIAL_ACCESS  /**< @brief Only one task can be executed, the others wait in a FIFO. */
 } e_SD_workstation_access_mode_t;
 
+typedef enum {
+  SD_LINK_SHARED,
+  SD_LINK_FATPIPE
+} e_SD_link_sharing_policy_t;
 /** @brief Link datatype
     @ingroup SD_datatypes_management