Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / log-level-rule-internal.hpp
index 71447cfe35ff6f5b49fadbd974d4e34251e02cdb..6b08e8a5ff517cbe47ec7d032dff43a47d465c4b 100644 (file)
@@ -8,17 +8,18 @@
 #ifndef LTTNG_LOG_LEVEL_RULE_INTERNAL_H
 #define LTTNG_LOG_LEVEL_RULE_INTERNAL_H
 
-#include <stdint.h>
-
 #include <common/buffer-view.hpp>
 #include <common/dynamic-array.hpp>
 #include <common/macros.hpp>
 #include <common/payload-view.hpp>
 #include <common/payload.hpp>
+
 #include <lttng/event.h>
 #include <lttng/log-level-rule.h>
 #include <lttng/lttng-error.h>
 
+#include <stdint.h>
+
 struct mi_writer;
 
 /*
@@ -36,29 +37,24 @@ struct lttng_log_level_rule_comm {
        int32_t level;
 };
 
-ssize_t lttng_log_level_rule_create_from_payload(
-               struct lttng_payload_view *view,
-               struct lttng_log_level_rule **rule);
+ssize_t lttng_log_level_rule_create_from_payload(struct lttng_payload_view *view,
+                                                struct lttng_log_level_rule **rule);
 
 int lttng_log_level_rule_serialize(const struct lttng_log_level_rule *rule,
-               struct lttng_payload *payload);
+                                  struct lttng_payload *payload);
 
 bool lttng_log_level_rule_is_equal(const struct lttng_log_level_rule *a,
-               const struct lttng_log_level_rule *b);
+                                  const struct lttng_log_level_rule *b);
 
-struct lttng_log_level_rule *lttng_log_level_rule_copy(
-               const struct lttng_log_level_rule *source);
+struct lttng_log_level_rule *lttng_log_level_rule_copy(const struct lttng_log_level_rule *source);
 
-void lttng_log_level_rule_to_loglevel(
-               const struct lttng_log_level_rule *log_level_rule,
-               enum lttng_loglevel_type *loglevel_type,
-               int *loglevel_value);
+void lttng_log_level_rule_to_loglevel(const struct lttng_log_level_rule *log_level_rule,
+                                     enum lttng_loglevel_type *loglevel_type,
+                                     int *loglevel_value);
 
-unsigned long lttng_log_level_rule_hash(
-               const struct lttng_log_level_rule *log_level_rule);
+unsigned long lttng_log_level_rule_hash(const struct lttng_log_level_rule *log_level_rule);
 
-enum lttng_error_code lttng_log_level_rule_mi_serialize(
-               const struct lttng_log_level_rule *rule,
-               struct mi_writer *writer);
+enum lttng_error_code lttng_log_level_rule_mi_serialize(const struct lttng_log_level_rule *rule,
+                                                       struct mi_writer *writer);
 
 #endif /* LTTNG_LOG_LEVEL_RULE_INTERNAL_H */
This page took 0.023552 seconds and 4 git commands to generate.