qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Public Attributes | List of all members
IPC::IPCEvent Struct Reference

#include <ipc.h>

Collaboration diagram for IPC::IPCEvent:
Collaboration graph

Public Attributes

uint32_t dest
 
int32_t sender
 
char name [16]
 
char data [128]
 
time_t posted
 
time_t processed
 
uint32_t flags
 
bool accepted
 
bool global
 

Detailed Description

Definition at line 48 of file ipc.h.

Member Data Documentation

◆ accepted

bool IPC::IPCEvent::accepted

Definition at line 57 of file ipc.h.

◆ data

char IPC::IPCEvent::data[128]

Definition at line 53 of file ipc.h.

◆ dest

uint32_t IPC::IPCEvent::dest

Definition at line 50 of file ipc.h.

◆ flags

uint32_t IPC::IPCEvent::flags

Definition at line 56 of file ipc.h.

◆ global

bool IPC::IPCEvent::global

Definition at line 58 of file ipc.h.

◆ name

char IPC::IPCEvent::name[16]

Definition at line 52 of file ipc.h.

◆ posted

time_t IPC::IPCEvent::posted

Definition at line 54 of file ipc.h.

◆ processed

time_t IPC::IPCEvent::processed

Definition at line 55 of file ipc.h.

◆ sender

int32_t IPC::IPCEvent::sender

Definition at line 51 of file ipc.h.


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