X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Frcuja.h;h=e66ce7e9288095458377ca35eba046ce18959780;hb=291b254376625f7cf3b11c0aa7ab257b9354b2db;hp=0ab05183720a3dbdaa8c46057f4d8e41bf0317ee;hpb=81c18eb903d9b4c2ff89531a7d48bd3958873151;p=userspace-rcu.git diff --git a/urcu/rcuja.h b/urcu/rcuja.h index 0ab0518..e66ce7e 100644 --- a/urcu/rcuja.h +++ b/urcu/rcuja.h @@ -58,6 +58,8 @@ void cds_ja_node_init(struct cds_ja_node *node) } struct cds_hlist_head cds_ja_lookup(struct cds_ja *ja, uint64_t key); +struct cds_hlist_head cds_ja_lookup_lower_equal(struct cds_ja *ja, + uint64_t key); int cds_ja_add(struct cds_ja *ja, uint64_t key, struct cds_ja_node *new_node);