X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libust%2Fltt-context.c;h=402f0c48ef4ba6337d6ffee989de7282aa89b906;hb=403c40b4b90356fddbb18cd12c6e6891c8bd317b;hp=030a11b0908d01c2b7174ae49c3ac6ab5e446bc9;hpb=b13d13b1ccb153fe37b46c0e0a39d24be9b89b90;p=lttng-ust.git diff --git a/libust/ltt-context.c b/libust/ltt-context.c index 030a11b0..402f0c48 100644 --- a/libust/ltt-context.c +++ b/libust/ltt-context.c @@ -16,6 +16,9 @@ #include "ltt-events.h" #include "ltt-tracer.h" +/* + * 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;