#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | INVOKER_M_SOCK "/tmp/boostm" |
#define | INVOKER_QT_SOCK "/tmp/boostq" |
#define | INVOKER_QDECL_SOCK "/tmp/boostd" |
#define | INVOKER_EXEC_SOCK "/tmp/booste" |
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, char *str) |
#define INVOKER_EXEC_SOCK "/tmp/booste" |
Definition at line 33 of file invokelib.h.
#define INVOKER_M_SOCK "/tmp/boostm" |
Definition at line 30 of file invokelib.h.
#define INVOKER_QDECL_SOCK "/tmp/boostd" |
Definition at line 32 of file invokelib.h.
#define INVOKER_QT_SOCK "/tmp/boostq" |
Definition at line 31 of file invokelib.h.
bool invoke_recv_msg | ( | int | fd, | |
uint32_t * | msg | |||
) |
Definition at line 35 of file invokelib.c.
void invoke_send_msg | ( | int | fd, | |
uint32_t | msg | |||
) |
Definition at line 29 of file invokelib.c.
void invoke_send_str | ( | int | fd, | |
char * | str | |||
) |