X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-rule%2Flog4j-logging-internal.hpp;fp=include%2Flttng%2Fevent-rule%2Flog4j-logging-internal.hpp;h=239bf98ee41e0769d0c481e572e11f33760c0974;hp=a65e74b6d1c50d29459ffea72d8406a7e59db1c5;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/event-rule/log4j-logging-internal.hpp b/include/lttng/event-rule/log4j-logging-internal.hpp index a65e74b6d..239bf98ee 100644 --- a/include/lttng/event-rule/log4j-logging-internal.hpp +++ b/include/lttng/event-rule/log4j-logging-internal.hpp @@ -8,9 +8,10 @@ #ifndef LTTNG_EVENT_RULE_LOG4J_LOGGING_INTERNAL_H #define LTTNG_EVENT_RULE_LOG4J_LOGGING_INTERNAL_H -#include #include #include +#include + #include #include #include @@ -51,8 +52,7 @@ struct lttng_event_rule_log4j_logging_comm { char payload[]; } LTTNG_PACKED; -ssize_t lttng_event_rule_log4j_logging_create_from_payload( - struct lttng_payload_view *view, - struct lttng_event_rule **rule); +ssize_t lttng_event_rule_log4j_logging_create_from_payload(struct lttng_payload_view *view, + struct lttng_event_rule **rule); #endif /* LTTNG_EVENT_RULE_LOG4J_LOGGING_INTERNAL_H */