i3
Data Fields
ipc_client Struct Reference

#include <ipc.h>

Data Fields

int fd
 
int num_events
 
char ** events
 
bool first_tick_sent
 
 clients
 

Detailed Description

Definition at line 27 of file ipc.h.

Field Documentation

◆ clients

ipc_client::clients

Definition at line 39 of file ipc.h.

◆ events

char** ipc_client::events

Definition at line 32 of file ipc.h.

Referenced by add_subscription(), ipc_receive_message(), ipc_send_event(), and ipc_shutdown().

◆ fd

int ipc_client::fd

Definition at line 28 of file ipc.h.

Referenced by IPC_HANDLER(), ipc_receive_message(), ipc_send_event(), and ipc_shutdown().

◆ first_tick_sent

bool ipc_client::first_tick_sent

Definition at line 36 of file ipc.h.

◆ num_events

int ipc_client::num_events

Definition at line 31 of file ipc.h.

Referenced by add_subscription(), ipc_receive_message(), ipc_send_event(), and ipc_shutdown().


The documentation for this struct was generated from the following file: