X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-rule%2Fjul-logging-internal.hpp;fp=include%2Flttng%2Fevent-rule%2Fjul-logging-internal.hpp;h=c84ab7a7f86e39281577e526d4f4a5c319014e32;hp=b769f0f8094215e3d309fd6b26765c28eab96ecc;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/event-rule/jul-logging-internal.hpp b/include/lttng/event-rule/jul-logging-internal.hpp index b769f0f80..c84ab7a7f 100644 --- a/include/lttng/event-rule/jul-logging-internal.hpp +++ b/include/lttng/event-rule/jul-logging-internal.hpp @@ -8,9 +8,10 @@ #ifndef LTTNG_EVENT_RULE_JUL_LOGGING_INTERNAL_H #define LTTNG_EVENT_RULE_JUL_LOGGING_INTERNAL_H -#include #include #include +#include + #include #include #include @@ -51,8 +52,7 @@ struct lttng_event_rule_jul_logging_comm { char payload[]; } LTTNG_PACKED; -ssize_t lttng_event_rule_jul_logging_create_from_payload( - struct lttng_payload_view *view, - struct lttng_event_rule **rule); +ssize_t lttng_event_rule_jul_logging_create_from_payload(struct lttng_payload_view *view, + struct lttng_event_rule **rule); #endif /* LTTNG_EVENT_RULE_JUL_LOGGING_INTERNAL_H */