X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Ftlsfixup.h;fp=libringbuffer%2Ftlsfixup.h;h=84ba889e151879b486ee637a4aad86323a750836;hb=f645cfa794fc481dff6cb30ea56e93f825b3d423;hp=0000000000000000000000000000000000000000;hpb=eddd8d5d1a04887d1979417f1aca6c2f109bfe50;p=lttng-ust.git diff --git a/libringbuffer/tlsfixup.h b/libringbuffer/tlsfixup.h new file mode 100644 index 00000000..84ba889e --- /dev/null +++ b/libringbuffer/tlsfixup.h @@ -0,0 +1,14 @@ +#ifndef _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H +#define _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H + +/* + * libringbuffer/tlsfixup.h + * + * Copyright 2011 (c) - Mathieu Desnoyers + * + * Dual LGPL v2.1/GPL v2 license. + */ + +void lttng_fixup_ringbuffer_tls(void); + +#endif /* _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H */