X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fmap%2Furcu-bp.h;h=14769249dd90470b535df20ae2a62c1488ba34a9;hp=67ba5c3088fa6ebaee811367e485cc0be3c26859;hb=d0ec0ed2fcb5d67a28587dcb778606e64f5b7b83;hpb=ccacf27fd8d1af069016d7cf3a91f8995af08b8c diff --git a/include/urcu/map/urcu-bp.h b/include/urcu/map/urcu-bp.h index 67ba5c3..1476924 100644 --- a/include/urcu/map/urcu-bp.h +++ b/include/urcu/map/urcu-bp.h @@ -77,4 +77,9 @@ #define rcu_yield_active rcu_yield_active_bp #define rcu_rand_yield rcu_rand_yield_bp +#define urcu_register_rculfhash_atfork \ + urcu_register_rculfhash_atfork_bp +#define urcu_unregister_rculfhash_atfork \ + urcu_unregister_rculfhash_atfork_bp + #endif /* _URCU_BP_MAP_H */