X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fconfig.h;h=f50ea3f340f78813403c864c4c3a5e80885a3462;hp=883b6419d876ba33f63e73d68d13f162addffe2d;hb=4beac2bba3083d8ee73c49b9ad51e6af1e2c9af4;hpb=c9d6255f0c06ee41eb2c06a5f74a957ec7be3223 diff --git a/drl/config.h b/drl/config.h index 883b641..f50ea3f 100644 --- a/drl/config.h +++ b/drl/config.h @@ -113,6 +113,14 @@ typedef struct ident_config { /** List of the identity's members (type IDENT_SET only). */ ident_member *members; + /** If NM is setting up the hierarchy for us, this is the htb node to use + * for this identity. */ + int htb_node; + + /** If NM is setting up the hierarchy for us, this is the htb parent node + * to use for this identity. */ + int htb_parent; + /** Pointer to the next ident in the list or NULL if this is the last. */ struct ident_config *next; } ident_config;