X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=rcuja%2Frcuja-internal.h;fp=rcuja%2Frcuja-internal.h;h=2d3f131e7764c64f2e57448c72ee385043869e1b;hb=dc0e9798320a244262c504c47f34af058bc1ebb3;hp=d4bc32e0f33ea8c1740fb1ce801f69b44432e574;hpb=d8536f92244c14455fb90fdd06cb4628d65acf32;p=userspace-rcu.git diff --git a/rcuja/rcuja-internal.h b/rcuja/rcuja-internal.h index d4bc32e..2d3f131 100644 --- a/rcuja/rcuja-internal.h +++ b/rcuja/rcuja-internal.h @@ -174,7 +174,7 @@ unsigned long ja_node_type(struct cds_ja_inode_flag *node); __attribute__((visibility("protected"))) void rcuja_free_all_children(struct cds_ja_shadow_node *shadow_node, struct cds_ja_inode_flag *node_flag, - void (*rcu_free_node)(struct cds_ja_node *node)); + void (*free_node_cb)(struct cds_ja_node *node)); __attribute__((visibility("protected"))) struct cds_ja_shadow_node *rcuja_shadow_lookup_lock(struct cds_lfht *ht, @@ -204,7 +204,7 @@ int rcuja_shadow_clear(struct cds_lfht *ht, __attribute__((visibility("protected"))) void rcuja_shadow_prune(struct cds_lfht *ht, unsigned int flags, - void (*rcu_free_node)(struct cds_ja_node *node)); + void (*free_node_cb)(struct cds_ja_node *node)); __attribute__((visibility("protected"))) struct cds_lfht *rcuja_create_ht(const struct rcu_flavor_struct *flavor);