X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification.h;fp=include%2Flttng%2Fnotification%2Fnotification.h;h=c434f11321fc27e017887d90696684c53448cdb5;hp=d1c088fecc8973fc5f9bcabfca8df065e4b6793c;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/notification/notification.h b/include/lttng/notification/notification.h index d1c088fec..c434f1132 100644 --- a/include/lttng/notification/notification.h +++ b/include/lttng/notification/notification.h @@ -30,8 +30,8 @@ struct lttng_notification; * * Returns an lttng_condition object on success, NULL on error. */ -LTTNG_EXPORT extern const struct lttng_condition *lttng_notification_get_condition( - struct lttng_notification *notification); +LTTNG_EXPORT extern const struct lttng_condition * +lttng_notification_get_condition(struct lttng_notification *notification); /* * Get a notification's condition's evaluation. @@ -45,8 +45,8 @@ LTTNG_EXPORT extern const struct lttng_condition *lttng_notification_get_conditi * * Returns an lttng_evaluation object on success, NULL on error. */ -LTTNG_EXPORT extern const struct lttng_evaluation *lttng_notification_get_evaluation( - struct lttng_notification *notification); +LTTNG_EXPORT extern const struct lttng_evaluation * +lttng_notification_get_evaluation(struct lttng_notification *notification); /* * Get a notification's origin trigger. @@ -57,8 +57,8 @@ LTTNG_EXPORT extern const struct lttng_evaluation *lttng_notification_get_evalua * * Returns an lttng_trigger object on success, NULL on error. */ -LTTNG_EXPORT extern const struct lttng_trigger *lttng_notification_get_trigger( - struct lttng_notification *notification); +LTTNG_EXPORT extern const struct lttng_trigger * +lttng_notification_get_trigger(struct lttng_notification *notification); /* * Destroys (frees) a notification. The notification's condition and evaluation