X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=c563511dd522d0bcc7dc23704f1d9477021ce1d0;hb=0478bb8c28e831722c9fdfadb5aac436b7f0bd27;hp=74a3bc651f4302c98aaff17e9db878a48e07ca47;hpb=fca361e81cbb39f076182e9d2c6dd2c4c8c25b5d;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 74a3bc65..c563511d 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -543,7 +543,7 @@ int lttng_attach_context(struct lttng_ust_context *context_param, struct lttng_ctx **ctx, struct lttng_session *session); void lttng_context_init(void); void lttng_context_exit(void); -struct lttng_ctx *lttng_static_ctx; /* Used by filtering */ +extern struct lttng_ctx *lttng_static_ctx; /* Used by filtering */ void lttng_transport_register(struct lttng_transport *transport); void lttng_transport_unregister(struct lttng_transport *transport);