X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fbuffers.h;h=30445000beb0e380d7af3c7cc657ad9ba51d3b21;hb=c57b6f82bde7ffe4143b6d6d2717ae01702b7ac6;hp=9fedc487f1847c65a707981016023c7c4ee9e655;hpb=fec459acc8bc4bc452afadec2593eebcd4f1211a;p=ust.git diff --git a/libust/buffers.h b/libust/buffers.h index 9fedc48..3044500 100644 --- a/libust/buffers.h +++ b/libust/buffers.h @@ -96,7 +96,7 @@ struct ust_buffer { unsigned int cpu; /* commit count per subbuffer; must be at end of struct */ - long commit_seq[0] ____cacheline_aligned; /* ATOMIC */ + long commit_seq[0]; /* ATOMIC */ } ____cacheline_aligned; /*