chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more testing
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index c5cc2e125fe0a51ef54f4cdfd3455910c0b14e42..6618e1ad3a5c6babfadbe40664bda170913c8590 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-102,6
+102,9
@@
struct config {
/** @brief All players */
struct stringlistlist player;
/** @brief All players */
struct stringlistlist player;
+ /** @brief All tracklength plugins */
+ struct stringlistlist tracklength;
+
/** @brief Allowed users */
struct stringlistlist allow;
/** @brief Allowed users */
struct stringlistlist allow;
@@
-240,9
+243,15
@@
struct config {
/** @brief TTL for multicast packets */
long multicast_ttl;
/** @brief TTL for multicast packets */
long multicast_ttl;
+ /** @brief Whether to loop back multicast packets */
+ int multicast_loop;
+
/* derived values: */
int nparts; /* number of distinct name parts */
char **parts; /* name part list */
/* derived values: */
int nparts; /* number of distinct name parts */
char **parts; /* name part list */
+
+ /* undocumented, for testing only */
+ long dbversion;
};
extern struct config *config;
};
extern struct config *config;