SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Macros | |
#define | ACT_DEBUG(...) |
Functions | |
XBT_LOG_NEW_DEFAULT_CATEGORY (storage_actions,"Messages specific for this example") | |
static void | log_action (const char *const *action, double date) |
static msg_file_t | get_file_descriptor (const char *file_name) |
static sg_size_t | parse_size (const char *string) |
static void | action_open (const char *const *action) |
static void | action_read (const char *const *action) |
static void | action_close (const char *const *action) |
int | main (int argc, char *argv[]) |
Variables | |
static xbt_dict_t | opened_files = NULL |
#define ACT_DEBUG | ( | ... | ) |
XBT_LOG_NEW_DEFAULT_CATEGORY | ( | storage_actions | , |
"Messages specific for this example" | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |