X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=b98b4932922e02fab3cd53e6630a46ca3b848a06;hb=d95bd16028d250211f2e65cd583e422f4ecdf7d0;hp=5c5d4eb1a57ad87a0b2ec8f7c10ed704efd6b66f;hpb=1b81fe1a14149b4c3f878b53e050a6ad5374a569;p=urcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 5c5d4eb..b98b493 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -9,7 +9,7 @@ extern "C" { #endif struct _rcu_ht_node { - struct rcu_ht_node *next; + struct rcu_ht_node *next; /* ptr | DUMMY_FLAG | REMOVED_FLAG */ unsigned long reverse_hash; };