X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsnapshot.hpp;h=9053d3b4a84b54f0ec2629900e7ac171fcfedd0e;hb=f250b40e2179eccdb83766bf4abef5a35036c47b;hp=6aa06ddc6fb02e6c34afa7ff6c16e92ca0b5162f;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/snapshot.hpp b/src/bin/lttng-sessiond/snapshot.hpp index 6aa06ddc6..9053d3b4a 100644 --- a/src/bin/lttng-sessiond/snapshot.hpp +++ b/src/bin/lttng-sessiond/snapshot.hpp @@ -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,