chiark / gitweb /
report cache size with MDEBUG
[disorder] / lib / configuration.h
index dbdb65b651d45cbb23f4be70dfd286df56826f5d..c3049215e79aaeadb15964c0e9446f4a139b7c28 100644 (file)
@@ -112,6 +112,8 @@ struct config {
   const char *url;                     /* canonical URL */
   long refresh;                                /* maximum refresh period */
   unsigned restrictions;               /* restrictions */
+  long queue_pad;                      /* how far to pad queue with
+                                        * random tracks */
 #define RESTRICT_SCRATCH 1
 #define RESTRICT_REMOVE 2
 #define RESTRICT_MOVE 4