Add lttng_ust_ prefix before objd_unref
[lttng-ust.git] / libust / lttng-context-vpid.c
index 71395c95fd1892ea6ae33d14544e0404cb0f38ca..1fc8aadb036976a3bb20cb438bb9972390f01940 100644 (file)
@@ -33,7 +33,7 @@ static pid_t cached_vpid;
 static inline
 pid_t wrapper_getpid(void)
 {
-       if (unlikely(!cached_vpid))
+       if (caa_unlikely(!cached_vpid))
                cached_vpid = getpid();
        return cached_vpid;
 }
@@ -60,7 +60,7 @@ size_t vpid_get_size(size_t offset)
 
 static
 void vpid_record(struct lttng_ctx_field *field,
-                struct lib_ring_buffer_ctx *ctx,
+                struct lttng_ust_lib_ring_buffer_ctx *ctx,
                 struct ltt_channel *chan)
 {
        pid_t pid;
This page took 0.023646 seconds and 4 git commands to generate.