i3
Data Fields
i3_shmlog_header Struct Reference

#include <shmlog.h>

Data Fields

uint32_t offset_next_write
uint32_t offset_last_wrap
uint32_t size
uint32_t wrap_count
pthread_cond_t condvar

Detailed Description

Definition at line 21 of file shmlog.h.

Field Documentation

pthread_cond_t i3_shmlog_header::condvar

Definition at line 41 of file shmlog.h.

Referenced by init_logging(), and vlog().

uint32_t i3_shmlog_header::offset_last_wrap

Definition at line 26 of file shmlog.h.

Referenced by store_log_markers().

uint32_t i3_shmlog_header::offset_next_write

Definition at line 23 of file shmlog.h.

Referenced by store_log_markers().

uint32_t i3_shmlog_header::size

Definition at line 30 of file shmlog.h.

Referenced by store_log_markers().

uint32_t i3_shmlog_header::wrap_count

Definition at line 36 of file shmlog.h.

Referenced by vlog().


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