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 4ef7862071aa0479222899ab2be7313bc5ce6fd9..6618e1ad3a5c6babfadbe40664bda170913c8590 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-243,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;