Rename firing policy to rate policy
[lttng-tools.git] / include / lttng / action / stop-session.h
index f4f598f2d7c5138dab60341c94ac08384df80a3b..dbe6819e67577e6dc8105b51a00771058b1440b4 100644 (file)
@@ -9,7 +9,7 @@
 #define LTTNG_ACTION_STOP_SESSION_H
 
 struct lttng_action;
-struct lttng_firing_policy;
+struct lttng_rate_policy;
 
 #ifdef __cplusplus
 extern "C" {
@@ -42,25 +42,25 @@ extern enum lttng_action_status lttng_action_stop_session_get_session_name(
                const struct lttng_action *action, const char **session_name);
 
 /*
- * Set the firing policy of a stop session action.
+ * Set the rate policy of a stop session action.
  *
  * Returns LTTNG_ACTION_STATUS_OK on success,
  * LTTNG_ACTION_STATUS_ERROR on internal error,
  * LTTNG_ACTION_STATUS_INVALID if invalid parameters are passed.
  */
-extern enum lttng_action_status lttng_action_stop_session_set_firing_policy(
+extern enum lttng_action_status lttng_action_stop_session_set_rate_policy(
                struct lttng_action *action,
-               const struct lttng_firing_policy *policy);
+               const struct lttng_rate_policy *policy);
 
 /*
- * Get the firing policy of a stop session action.
+ * Get the rate policy of a stop session action.
  *
  * Returns LTTNG_ACTION_STATUS_OK on success,
  * LTTNG_ACTION_STATUS_INVALID if invalid parameters are passed.
  */
-extern enum lttng_action_status lttng_action_stop_session_get_firing_policy(
+extern enum lttng_action_status lttng_action_stop_session_get_rate_policy(
                const struct lttng_action *action,
-               const struct lttng_firing_policy **policy);
+               const struct lttng_rate_policy **policy);
 
 #ifdef __cplusplus
 }
This page took 0.024077 seconds and 4 git commands to generate.