Fix: sessions with agent channels fail to load
[lttng-tools.git] / include / lttng / condition / session-consumed-size.h
index 4079e8c0b8459baa8d9f8ba32bd1073c8514966f..44654b24b4cf939425b718aae7d4a2383153a1a9 100644 (file)
 #include <lttng/condition/evaluation.h>
 #include <lttng/condition/condition.h>
 #include <stdint.h>
-#include <lttng/domain.h>
 
 #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(
This page took 0.023338 seconds and 4 git commands to generate.