]> 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 cbc10c8df33f2cd5135193dedbe31ff3a4269708..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 */
@@ -138,8 +143,6 @@ XBT_PUBLIC_DATA(MSG_Global_t) msg_global;
 msg_host_t __MSG_host_create(smx_host_t workstation);
 void __MSG_host_destroy(msg_host_priv_t host);
 
-void __MSG_display_process_status(void);
-
 void MSG_process_cleanup_from_SIMIX(smx_process_t smx_proc);
 void MSG_process_create_from_SIMIX(smx_process_t *process, const char *name,
                                    xbt_main_func_t code, void *data,