X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=1f3071019f4495a2570d2d2ba0d4f083ed29714e;hb=58ca074148d8de7c7eb5143ef71353761bb87655;hp=7afd6244a97df896cc54af017e8f217edda926a5;hpb=b198f0fda77c816d80f63cfa2e71a7e0b4496736;p=urcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 7afd624..1f30710 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -40,7 +40,7 @@ extern "C" { struct _cds_lfht_node { struct cds_lfht_node *next; /* ptr | DUMMY_FLAG | REMOVED_FLAG */ unsigned long reverse_hash; -} __attribute__((aligned(8))); +} __attribute__((aligned(4))); struct cds_lfht_node { /* cache-hot for iteration */