chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
test + doxygen for wstat()
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 4dad503983d61a764f453c0963c091a108ca8625..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;
@@
-203,6
+206,9
@@
struct config {
/** @brief Canonical URL of web interface */
const char *url;
/** @brief Canonical URL of web interface */
const char *url;
+ /** @brief Short display limit */
+ long short_display;
+
/** @brief Maximum refresh interval for web interface (seconds) */
long refresh;
/** @brief Maximum refresh interval for web interface (seconds) */
long refresh;
@@
-237,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;