X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fcommon%2Fapi.h;h=38d92a70bcb51747e6ad3551cb1980836309b9ec;hp=14033596885bce51b77df4e5c958eb7434a6428e;hb=1a186a881c195c0f240c0baa813056b0cc1eab91;hpb=f5ab766ee2c8300cb00ca5878b1cb464f960a66d diff --git a/tests/common/api.h b/tests/common/api.h index 1403359..38d92a7 100644 --- a/tests/common/api.h +++ b/tests/common/api.h @@ -268,7 +268,7 @@ long long get_microseconds(void) struct { \ __typeof__(type) v \ __attribute__((__aligned__(CAA_CACHE_LINE_SIZE))); \ - } __per_thread_##name[NR_THREADS]; + } __per_thread_##name[NR_THREADS] #define DECLARE_PER_THREAD(type, name) extern DEFINE_PER_THREAD(type, name) #define per_thread(name, thread) __per_thread_##name[thread].v