Make default shmlog_size a const int

This commit is contained in:
Alexander Berntsen
2013-06-05 14:59:05 +02:00
committed by Michael Stapelberg
parent 58f3daac1d
commit 684a77442e
2 changed files with 8 additions and 1 deletions

View File

@ -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.
*