Add lttng_ust prefix before struct obj and struct objd_ops
[lttng-ust.git] / libust / lttng-ust-comm.c
index a38c5733075b24feab74880cd00697318ab8611e..3ab7ca7c2b69341b13b8f2a0b69244c92220379f 100644 (file)
@@ -234,7 +234,7 @@ int handle_message(struct sock_info *sock_info,
                int sock, struct ustcomm_ust_msg *lum)
 {
        int ret = 0;
-       const struct objd_ops *ops;
+       const struct lttng_ust_objd_ops *ops;
        struct ustcomm_ust_reply lur;
        int shm_fd, wait_fd;
 
This page took 0.022735 seconds and 4 git commands to generate.