X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fringbuffer%2Frb-init.h;h=83e32c1ff2b3053c36e6f4197dcaff4a90661e2d;hb=b5457df5fd74e033cbaa75307f9bbc12aff4ab8f;hp=b3eb7568aff2a8c2193b8e9f4b3a872ca70b45b1;hpb=e23004b595a319f5bfd6fbc9eda600edda1cfd02;p=lttng-ust.git diff --git a/src/common/ringbuffer/rb-init.h b/src/common/ringbuffer/rb-init.h index b3eb7568..83e32c1f 100644 --- a/src/common/ringbuffer/rb-init.h +++ b/src/common/ringbuffer/rb-init.h @@ -4,8 +4,8 @@ * Copyright (C) 2012-2016 Mathieu Desnoyers */ -#ifndef _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H -#define _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H +#ifndef _LTTNG_UST_RINGBUFFER_RB_INIT_H +#define _LTTNG_UST_RINGBUFFER_RB_INIT_H void lttng_fixup_ringbuffer_tls(void) __attribute__((visibility("hidden"))); @@ -13,4 +13,4 @@ void lttng_fixup_ringbuffer_tls(void) void lttng_ust_ringbuffer_set_allow_blocking(void) __attribute__((visibility("hidden"))); -#endif /* _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H */ +#endif /* _LTTNG_UST_RINGBUFFER_RB_INIT_H */