applauncherd
Macros | Functions
invokelib.h File Reference
#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)
 

Macro Definition Documentation

◆ TEST_MODE_CONTROL_FILE

#define TEST_MODE_CONTROL_FILE   "/root/.itm"

Definition at line 34 of file invokelib.h.

Function Documentation

◆ invoke_recv_msg()

bool invoke_recv_msg ( int  fd,
uint32_t *  msg 
)

Definition at line 48 of file invokelib.c.

◆ invoke_send_msg()

void invoke_send_msg ( int  fd,
uint32_t  msg 
)

Definition at line 42 of file invokelib.c.

References invoke_send_or_die().

◆ invoke_send_str()

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().