chiark / gitweb /
list uncovered files in lib/
[disorder] / lib / configuration.h
index 4ef7862071aa0479222899ab2be7313bc5ce6fd9..6618e1ad3a5c6babfadbe40664bda170913c8590 100644 (file)
@@ -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;