X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fevent-rule%2Fpython-logging-internal.hpp;h=f7513f420c15e07f16b1709d4816bf938f52fb95;hb=c0a36edc2ce1f1ce6e9f014e111b0003cd6af122;hp=d23f4e2a541048c217d42203c73228e2ca9948f6;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/include/lttng/event-rule/python-logging-internal.hpp b/include/lttng/event-rule/python-logging-internal.hpp index d23f4e2a5..f7513f420 100644 --- a/include/lttng/event-rule/python-logging-internal.hpp +++ b/include/lttng/event-rule/python-logging-internal.hpp @@ -8,9 +8,10 @@ #ifndef LTTNG_EVENT_RULE_PYTHON_LOGGING_INTERNAL_H #define LTTNG_EVENT_RULE_PYTHON_LOGGING_INTERNAL_H -#include #include #include +#include + #include #include #include @@ -51,8 +52,7 @@ struct lttng_event_rule_python_logging_comm { char payload[]; } LTTNG_PACKED; -ssize_t lttng_event_rule_python_logging_create_from_payload( - struct lttng_payload_view *view, - struct lttng_event_rule **rule); +ssize_t lttng_event_rule_python_logging_create_from_payload(struct lttng_payload_view *view, + struct lttng_event_rule **rule); #endif /* LTTNG_EVENT_RULE_PYTHON_LOGGING_INTERNAL_H */