Add missing include for ssize_t on Cygwin
[lttng-tools.git] / include / lttng / condition / session-consumed-size.h
index 2aaef565f7d0717fbd8482aee581369f19c6edc8..44654b24b4cf939425b718aae7d4a2383153a1a9 100644 (file)
@@ -21,7 +21,6 @@
 #include <lttng/condition/evaluation.h>
 #include <lttng/condition/condition.h>
 #include <stdint.h>
-#include <lttng/domain.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -124,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.023226 seconds and 4 git commands to generate.