Added an 'independent' option for set identites that will put them under the
[distributedratelimiting.git] / drl / config.h
index 82e6e1f..0b202c7 100644 (file)
@@ -91,6 +91,9 @@ typedef struct ident_config {
     /** The number of peers. */
     int peer_count;
 
+    /** If this is set, the node goes under the root rather than machine nodes. */
+    int independent;
+
     /** List of the identity's members (type IDENT_SET only). */
     ident_member *members;