X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f0c20432f8c9dffd049c785f21cc85d98ff628fd..71b70599a2cd81c13cc4326499a5d0c45358cd7d:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index a4ffa63..02c953a 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -243,6 +243,9 @@ 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 */ @@ -274,6 +277,7 @@ char *config_private(void); /* get the private config file */ extern char *configfile; +extern int config_per_user; #endif /* CONFIGURATION_H */