|
applauncherd
|
#include <stdint.h>#include <stdbool.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "report.h"#include "invokelib.h"Go to the source code of this file.
Functions | |
| static void | invoke_send_or_die (int fd, const void *data, size_t size) |
| 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) |
| 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().
|
static |
Definition at line 31 of file invokelib.c.
| 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().