SimGrid
3.10
Versatile Simulation of Distributed Systems
|
Functions | |
void * | simcall_file_get_data (smx_file_t fd) |
Returns the user data associated to a file. | |
void | simcall_file_set_data (smx_file_t fd, void *data) |
Sets the user data associated to a file. |
void* simcall_file_get_data | ( | smx_file_t | fd | ) |
Returns the user data associated to a file.
fd | A simix file |
void simcall_file_set_data | ( | smx_file_t | fd, |
void * | data | ||
) |
Sets the user data associated to a file.
fd | A SIMIX file |
data | The user data to set |