X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-syscall.hpp;h=8ba8c7ea095294448511091dc8cf75b8c2f54afc;hp=78691f95dc7eb2c6658c7c32970e605712539422;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/src/bin/lttng-sessiond/lttng-syscall.hpp b/src/bin/lttng-sessiond/lttng-syscall.hpp index 78691f95d..8ba8c7ea0 100644 --- a/src/bin/lttng-sessiond/lttng-syscall.hpp +++ b/src/bin/lttng-sessiond/lttng-syscall.hpp @@ -8,19 +8,20 @@ #ifndef LTTNG_SYSCALL_H #define LTTNG_SYSCALL_H +#include "trace-kernel.hpp" + #include -#include -#include "trace-kernel.hpp" +#include /* * Default size of the kernel system call array. With this size, we usually * reallocate twice considering a 32 bit compat layer also. */ -#define SYSCALL_TABLE_INIT_SIZE 256 +#define SYSCALL_TABLE_INIT_SIZE 256 /* Maximum length of a syscall name. */ -#define SYSCALL_NAME_LEN 255 +#define SYSCALL_NAME_LEN 255 /* * Represent a kernel syscall and used when we are populating the internal