X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fconfig.h;h=0b202c7b825e5b2b0fabcb921e6624c1d025f72e;hp=82e6e1fccb76fd293a53c1613002cda52990a603;hb=d12ab8f1cd4ff135d692f7841360af70f0beb57b;hpb=762f4e00371f2a8e01a6cf60867f837b90460a60 diff --git a/drl/config.h b/drl/config.h index 82e6e1f..0b202c7 100644 --- a/drl/config.h +++ b/drl/config.h @@ -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;