Docs: wrong enum value used in evaluation API description
[lttng-tools.git] / include / lttng / condition / session-consumed-size.h
index 4079e8c0b8459baa8d9f8ba32bd1073c8514966f..1d2ba05ba22ccdaa2260c8b19e21ed0f2f450ea3 100644 (file)
@@ -27,9 +27,6 @@
 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 +124,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(
This page took 0.023352 seconds and 4 git commands to generate.