Add ring buffer comment about shm
[lttng-ust.git] / libust / ltt-context.c
index 030a11b0908d01c2b7174ae49c3ac6ab5e446bc9..dd526542be8f518ef4d625d8908be4e05109c1b6 100644 (file)
 #include <linux/list.h>
 #include <linux/mutex.h>
 #include <linux/slab.h>
+#include <ust/lttng-events.h>
 #include "wrapper/vmalloc.h"   /* for wrapper_vmalloc_sync_all() */
-#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.025603 seconds and 4 git commands to generate.