SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Functions | |
XBT_LOG_NEW_DEFAULT_CATEGORY (msg_process_migration,"Messages specific for this msg example") | |
static int | emigrant (int argc, char *argv[]) |
The Emigrant will be moved from host to host. More... | |
static int | policeman (int argc, char *argv[]) |
The policeman check for emigrants and move them back to 'Jacquelin'. More... | |
int | main (int argc, char *argv[]) |
Variables | |
xbt_mutex_t | checkpoint = NULL |
xbt_cond_t | identification = NULL |
static msg_process_t | controlled_process = NULL |
XBT_LOG_NEW_DEFAULT_CATEGORY | ( | msg_process_migration | , |
"Messages specific for this msg example" | |||
) |
|
static |
The Emigrant will be moved from host to host.
|
static |
The policeman check for emigrants and move them back to 'Jacquelin'.
int main | ( | int | argc, |
char * | argv[] | ||
) |
xbt_mutex_t checkpoint = NULL |
xbt_cond_t identification = NULL |
|
static |