X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fratetypes.h;h=dc7f6c938e250bf8072a1a18788ce70f35f00fe4;hp=319d0714cfd0880ea98a135e41beaaa46c7dff0e;hb=d12ab8f1cd4ff135d692f7841360af70f0beb57b;hpb=762f4e00371f2a8e01a6cf60867f837b90460a60 diff --git a/drl/ratetypes.h b/drl/ratetypes.h index 319d071..dc7f6c9 100644 --- a/drl/ratetypes.h +++ b/drl/ratetypes.h @@ -42,6 +42,9 @@ typedef struct identity { /** Pointer to the identity's parent in the HTB hierarchy. */ struct identity *parent; + /** For sets, indicates the parent should be 0x10. Meaningless for machines. */ + int independent; + /** Array of the leaves that are limited by this identity. Points into the * leaves array for the identity's instance. */ struct leaf **leaves;