]> git.sur5r.net Git - i3/i3/blobdiff - include/shmlog.h
Make default shmlog_size a const int
[i3/i3] / include / shmlog.h
index fd3f53ebfac73a0ef60ea9f688c9126498626140..94da2bdb5065fc3e47c4d5d2ecf4d7f14872812f 100644 (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.
  *