X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification-internal.hpp;fp=include%2Flttng%2Fnotification%2Fnotification-internal.hpp;h=9fe471c2631fbadeab1ab3c00c61e7d2ce4b8b72;hp=9837c359bf104408987d8dfec44be5ea9439c7b0;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/notification/notification-internal.hpp b/include/lttng/notification/notification-internal.hpp index 9837c359b..9fe471c26 100644 --- a/include/lttng/notification/notification-internal.hpp +++ b/include/lttng/notification/notification-internal.hpp @@ -38,23 +38,21 @@ struct lttng_notification_comm { char payload[]; } LTTNG_PACKED; -struct lttng_notification *lttng_notification_create( - struct lttng_trigger *trigger, - struct lttng_evaluation *evaluation); +struct lttng_notification *lttng_notification_create(struct lttng_trigger *trigger, + struct lttng_evaluation *evaluation); int lttng_notification_serialize(const struct lttng_notification *notification, - struct lttng_payload *payload); + struct lttng_payload *payload); -ssize_t lttng_notification_create_from_payload( - struct lttng_payload_view *view, - struct lttng_notification **notification); +ssize_t lttng_notification_create_from_payload(struct lttng_payload_view *view, + struct lttng_notification **notification); -const struct lttng_condition *lttng_notification_get_const_condition( - const struct lttng_notification *notification); -const struct lttng_evaluation *lttng_notification_get_const_evaluation( - const struct lttng_notification *notification); +const struct lttng_condition * +lttng_notification_get_const_condition(const struct lttng_notification *notification); +const struct lttng_evaluation * +lttng_notification_get_const_evaluation(const struct lttng_notification *notification); -const struct lttng_trigger *lttng_notification_get_const_trigger( - const struct lttng_notification *notification); +const struct lttng_trigger * +lttng_notification_get_const_trigger(const struct lttng_notification *notification); #endif /* LTTNG_NOTIFICATION_INTERNAL_H */