Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.cpp
index 4d59bdf2992dbe4237a00b8f67ec1d68dead5dab..109e65327a96cbf7e527536a34e917f6a853972a 100644 (file)
 #define __USE_LINUX_IOCTL_DEFS
 #include <sys/ioctl.h>
 #include <string.h>
-#include <common/align.h>
-#include <common/macros.h>
-#include <common/compat/errno.h>
+#include <common/align.hpp>
+#include <common/macros.hpp>
+#include <common/compat/errno.hpp>
 #include <stdarg.h>
-#include <common/time.h>
+#include <common/time.hpp>
 
-#include "kernel-ctl.h"
-#include "kernel-ioctl.h"
+#include "kernel-ctl.hpp"
+#include "kernel-ioctl.hpp"
 
 #define LTTNG_IOCTL_CHECK(fildes, request, ...)                         \
        ({                                                              \
This page took 0.041249 seconds and 5 git commands to generate.