clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.hpp
index 6aa06ddc6fb02e6c34afa7ff6c16e92ca0b5162f..9053d3b4a84b54f0ec2629900e7ac171fcfedd0e 100644 (file)
@@ -52,7 +52,7 @@ struct snapshot {
 };
 
 /* Snapshot object. */
-struct snapshot *snapshot_alloc(void);
+struct snapshot *snapshot_alloc();
 void snapshot_destroy(struct snapshot *obj);
 int snapshot_init(struct snapshot *obj);
 void snapshot_delete_output(struct snapshot *snapshot,
@@ -61,7 +61,7 @@ void snapshot_add_output(struct snapshot *snapshot,
                struct snapshot_output *output);
 
 /* Snapshot output object. */
-struct snapshot_output *snapshot_output_alloc(void);
+struct snapshot_output *snapshot_output_alloc();
 void snapshot_output_destroy(struct snapshot_output *obj);
 int snapshot_output_init(const struct ltt_session *session,
                uint64_t max_size, const char *name,
This page took 0.022718 seconds and 4 git commands to generate.