X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/62dc37489c39c8d20046b4d5e323707239491df6..95ceb9eae3ff08162d7e17be5ce82090d78cb269:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index 4ef7862..02c953a 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -243,9 +243,15 @@ struct config { /** @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 */ + + /* undocumented, for testing only */ + long dbversion; }; extern struct config *config; @@ -271,6 +277,7 @@ char *config_private(void); /* get the private config file */ extern char *configfile; +extern int config_per_user; #endif /* CONFIGURATION_H */