Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 21 Oct 2017 10:45:42 +0000 (12:45 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 21 Oct 2017 10:45:42 +0000 (12:45 +0200)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/jni/common/lttng_ust_context.c

index e9b6da282db3bfbc5ec075a8ea64178c6f9ef851..e4e000a8a36077e313df17d29205615b2be34ced 100644 (file)
@@ -57,7 +57,7 @@ struct lttng_ust_jni_ctx_entry {
 } __attribute__((packed));
 
 /* TLS passing context info from JNI to callbacks. */
-DECLARE_URCU_TLS_IE(struct lttng_ust_jni_tls, lttng_ust_context_info_tls);
+DEFINE_URCU_TLS_IE(struct lttng_ust_jni_tls, lttng_ust_context_info_tls);
 
 static const char *get_ctx_string_at_offset(int32_t offset)
 {
This page took 0.024395 seconds and 4 git commands to generate.