Make default shmlog_size a const int
This commit is contained in:
committed by
Michael Stapelberg
parent
58f3daac1d
commit
684a77442e
@ -14,6 +14,9 @@
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
/* Default shmlog size if not set by user. */
|
||||
extern const int default_shmlog_size;
|
||||
|
||||
/*
|
||||
* Header of the shmlog file. Used by i3/src/log.c and i3/i3-dump-log/main.c.
|
||||
*
|
||||
|
Reference in New Issue
Block a user