]> AND Public Git Repository - simgrid.git/blobdiff - include/simdag/datatypes.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use extern keyword when you link with the static library on Windows
[simgrid.git] / include / simdag / datatypes.h
index 6613f54b375c0a7dbc8aac8bbe4ac807c3c325cf..dff2935a7bbe69c941861717c01f7192f9876eb1 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