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

Public GIT Repository
add parallel_execute with timeout in s4u.
[simgrid.git] / include / simgrid / msg.h
index e84fc8d91110dd81aa73c42e08aee86a015cc910..068e469e540e16f3bddb20502ddb03656ad39c3d 100644 (file)
@@ -216,9 +216,6 @@ XBT_ATTRIB_DEPRECATED_v319("Use MSG_zone_get_hosts() instead: v3.19 will remove
   return res;
 }
 
-/************************** File handling ***********************************/
-XBT_PUBLIC(sg_size_t) MSG_file_read(msg_file_t fd, sg_size_t size);
-XBT_PUBLIC(sg_size_t) MSG_file_write(msg_file_t fd, sg_size_t size);
 /************************** Storage handling ***********************************/
 XBT_PUBLIC(const char *) MSG_storage_get_name(msg_storage_t storage);
 XBT_PUBLIC(msg_storage_t) MSG_storage_get_by_name(const char *name);