applauncherd
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | TEST_MODE_CONTROL_FILE "/root/.itm" |
Functions | |
void | invoke_send_msg (int fd, uint32_t msg) |
bool | invoke_recv_msg (int fd, uint32_t *msg) |
void | invoke_send_str (int fd, const char *str) |
#define TEST_MODE_CONTROL_FILE "/root/.itm" |
Definition at line 34 of file invokelib.h.
bool invoke_recv_msg | ( | int | fd, |
uint32_t * | msg | ||
) |
Definition at line 48 of file invokelib.c.
void invoke_send_msg | ( | int | fd, |
uint32_t | msg | ||
) |
Definition at line 42 of file invokelib.c.
References invoke_send_or_die().
void invoke_send_str | ( | int | fd, |
const char * | str | ||
) |
Definition at line 74 of file invokelib.c.
References invoke_send_msg(), and invoke_send_or_die().