]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prepare MSG_storages_as_dynar function
[simgrid.git] / src / msg / msg_private.h
index 02af63d7029b4baf35297abecbebc3bf2526833a..f9edb1166a616c214b4c0e3510727df31c8a0d0b 100644 (file)
@@ -45,6 +45,11 @@ typedef struct simdata_file {
   smx_file_t smx_file;
 } s_simdata_file_t;
 
+/********************************* Storage **************************************/
+typedef struct simdata_storage {
+  smx_storage_t smx_storage;
+} s_simdata_storage_t;
+
 /*************** Begin GPU ***************/
 typedef struct simdata_gpu_task {
   double computation_amount;    /* Computation size */