X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-context.c;h=60ea525bb3e6c17cfae94ed7736ac9651d73bdc1;hb=2001023e1ab9ae4bf85cad1dfb4c9aefb2e40dcf;hp=154e9966e861073e694bd9e95bb21368d90cefa2;hpb=4cae220c1be2cc73008603a21152fce7643cfc35;p=lttng-modules.git diff --git a/ltt-context.c b/ltt-context.c index 154e9966..60ea525b 100644 --- a/ltt-context.c +++ b/ltt-context.c @@ -31,6 +31,9 @@ int lttng_find_context(struct lttng_ctx *ctx, const char *name) } EXPORT_SYMBOL_GPL(lttng_find_context); +/* + * Note: as we append context information, the pointer location may change. + */ struct lttng_ctx_field *lttng_append_context(struct lttng_ctx **ctx_p) { struct lttng_ctx_field *field;