Go to the source code of this file.
Functions | |
mgk_error_code | mgk_initialize (int *argc, char ***argv) |
int | __mgk_remote_call (mgk_host *host, mgk_remcmd cmd, int argc, mgk_value **argv, int rargc, mgk_value **rargv) |
void | __mgk_remote_propagate (mgk_link *lk) |
Variables | |
static mgk_host | the_host |
mgk_error_code | mgk_errno = E_SUCCESS |
mgk_node * | __mgk_running_node = NULL |
jmp_buf | __mgk_node_abort_context |
mgk_host * | __mgk_host_table = &the_host |
mgk_host * | __mgk_local_host = &the_host |
int | __mgk_num_hosts = 1 |
int __mgk_remote_call | ( | mgk_host * | host, | |
mgk_remcmd | cmd, | |||
int | argc, | |||
mgk_value ** | argv, | |||
int | rargc, | |||
mgk_value ** | rargv | |||
) |
mgk_error_code mgk_initialize | ( | int * | argc, | |
char *** | argv | |||
) |
jmp_buf __mgk_node_abort_context |
int __mgk_num_hosts = 1 |
mgk_node* __mgk_running_node = NULL |
mgk_error_code mgk_errno = E_SUCCESS |