X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsnapshot.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fsnapshot.hpp;h=9053d3b4a84b54f0ec2629900e7ac171fcfedd0e;hp=6aa06ddc6fb02e6c34afa7ff6c16e92ca0b5162f;hb=cd9adb8b829564212158943a0d279bb35322ab30;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 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,