X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=rculfhash.c;h=4c6c970236fba8516fd3db73ec69fc1e2f9460a7;hb=169e1020838cc5b9f3df503d160ce1bf0c939b2f;hp=454001d1f7cab6fe51340d7c71db398aa17bce0b;hpb=731ccb963c80afd067e20acee2f9bd7cb4875ffb;p=userspace-rcu.git diff --git a/rculfhash.c b/rculfhash.c index 454001d..4c6c970 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -2050,3 +2050,8 @@ void cds_lfht_resize_lazy_count(struct cds_lfht *ht, unsigned long size, } __cds_lfht_resize_lazy_launch(ht); } + +const struct rcu_flavor_struct *cds_lfht_rcu_flavor(struct cds_lfht *ht) +{ + return ht->flavor; +}