Install lttng/lttng-sessiond-comm.h into system
[lttng-tools.git] / ltt-sessiond / main.c
index 567742ebb783bc1a4bfdf9f6ff89ddc8193f1604..64493521ba77e6edf5df99d097683b930205a0ae 100644 (file)
@@ -41,9 +41,9 @@
 
 #include <urcu/list.h>         /* URCU list library (-lurcu) */
 #include <lttng/lttng.h>
+#include <lttng/lttng-sessiond-comm.h>
 
 #include "context.h"
-#include "liblttsessiondcomm.h"
 #include "ltt-sessiond.h"
 #include "lttngerr.h"
 #include "kernel-ctl.h"
@@ -2062,7 +2062,7 @@ static int process_client_msg(struct command_ctx *cmd_ctx)
                        goto setup_error;
                }
 
-               DBG("Listing events (%ld events)", nb_event);
+               DBG("Listing events (%zu events)", nb_event);
 
                list_lttng_events(kchan,
                                (struct lttng_event *)(cmd_ctx->llm->payload));
This page took 0.025762 seconds and 4 git commands to generate.