chiark / gitweb /
further horrid memory debugging stuff
[disorder] / lib / configuration.h
index 75e066c43f3913e7a159fb0d90aa495db644195b..c3049215e79aaeadb15964c0e9446f4a139b7c28 100644 (file)
@@ -101,6 +101,7 @@ struct config {
   long nice_speaker;                   /* nice value for speaker */
   const char *speaker_command;         /* command for speaker to run */
   ao_sample_format sample_format;      /* sample format to enforce */
+  long sox_generation;                 /* sox syntax generation */
   /* shared client/server config */
   const char *home;                    /* home directory for state files */
   /* client config */
@@ -111,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