X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fsession-consumed-size.h;h=44654b24b4cf939425b718aae7d4a2383153a1a9;hb=8b94f8b002b62d5fc40508a6a0dc13c76aa39b65;hp=4079e8c0b8459baa8d9f8ba32bd1073c8514966f;hpb=e8360425c2fd0f8cfef1e678af5adfde7ae0a68e;p=lttng-tools.git diff --git a/include/lttng/condition/session-consumed-size.h b/include/lttng/condition/session-consumed-size.h index 4079e8c0b..44654b24b 100644 --- a/include/lttng/condition/session-consumed-size.h +++ b/include/lttng/condition/session-consumed-size.h @@ -21,15 +21,11 @@ #include #include #include -#include #ifdef __cplusplus extern "C" { #endif -struct lttng_condition; -struct lttng_evaluation; - /** * Session consumed size conditions allow an action to be taken whenever a * session's produced data size crosses a set threshold. @@ -127,8 +123,8 @@ lttng_condition_session_consumed_size_set_session_name( /* * Get the session consumed property of a session consumed size evaluation. * - * Returns LTTNG_CONDITION_STATUS_OK on success and a threshold expressed in - * bytes, or LTTNG_CONDITION_STATUS_INVALID if an invalid parameter is passed. + * Returns LTTNG_EVALUATION_STATUS_OK on success and a threshold expressed in + * bytes, or LTTNG_EVALUATION_STATUS_INVALID if an invalid parameter is passed. */ extern enum lttng_evaluation_status lttng_evaluation_session_consumed_size_get_consumed_size(