ltt-context: document that pointers may change
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Jul 2011 14:42:06 +0000 (10:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Jul 2011 14:42:06 +0000 (10:42 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/ltt-context.c

index 030a11b0908d01c2b7174ae49c3ac6ab5e446bc9..402f0c48ef4ba6337d6ffee989de7282aa89b906 100644 (file)
@@ -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;
This page took 0.025609 seconds and 4 git commands to generate.