i3
i3_shmlog_header Struct Reference

Header of the shmlog file. More...

#include <shmlog.h>

Data Fields

uint32_t offset_next_write
 
uint32_t offset_last_wrap
 
uint32_t size
 
uint32_t wrap_count
 

Detailed Description

Header of the shmlog file.

Used by i3/src/log.c and i3/i3-dump-log/main.c.

Definition at line 22 of file shmlog.h.

Field Documentation

◆ offset_last_wrap

uint32_t i3_shmlog_header::offset_last_wrap

Definition at line 27 of file shmlog.h.

Referenced by store_log_markers().

◆ offset_next_write

uint32_t i3_shmlog_header::offset_next_write

Definition at line 24 of file shmlog.h.

Referenced by store_log_markers().

◆ size

uint32_t i3_shmlog_header::size

Definition at line 31 of file shmlog.h.

Referenced by store_log_markers().

◆ wrap_count

uint32_t i3_shmlog_header::wrap_count

Definition at line 37 of file shmlog.h.

Referenced by vlog().


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