SYNOPSIS

#include <stdint.h>

Data Structures

struct qb_ipc_request_header

struct qb_ipc_response_header

Defines

#define QB_IPC_MSG_NEW_MESSAGE 0

#define QB_IPC_MSG_USER_START QB_IPC_MSG_NEW_MESSAGE

#define QB_IPC_MSG_AUTHENTICATE -1

#define QB_IPC_MSG_NEW_EVENT_SOCK -2

#define QB_IPC_MSG_DISCONNECT -3

Enumerations

enum qb_ipc_type { QB_IPC_SOCKET, QB_IPC_SHM, QB_IPC_POSIX_MQ, QB_IPC_SYSV_MQ }

Functions

struct qb_ipc_request_header __attribute__ ((aligned(8)))

Variables

enum qb_ipc_type __attribute__

Define Documentation

#define \fBQB_IPC_MSG_AUTHENTICATE\fP -1

#define \fBQB_IPC_MSG_DISCONNECT\fP -3

#define \fBQB_IPC_MSG_NEW_EVENT_SOCK\fP -2

#define \fBQB_IPC_MSG_NEW_MESSAGE\fP 0

#define \fBQB_IPC_MSG_USER_START\fP \fBQB_IPC_MSG_NEW_MESSAGE\fP

Enumeration Type Documentation

enum \fBqb_ipc_type\fP

Enumerator:

QB_IPC_SOCKET

QB_IPC_SHM

QB_IPC_POSIX_MQ

QB_IPC_SYSV_MQ

Function Documentation

struct \fBqb_ipc_request_header\fP \fB__attribute__\fP ((aligned(8)))

Variable Documentation

int32_t error \fB__attribute__\fP

Author

Generated automatically by Doxygen for libqb from the source code.