X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-ctl-internal.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-ctl-internal.hpp;h=79b863ce2f7f36f089e713f049d186c5ce986f71;hp=661c947259937c3fc0caf5ae24bd1ead35f48397;hb=0f4aa1a88a318046475c7caa0f72438db044d9c0;hpb=eaa3b7be342a4ce2eed12f148b23ee48f3c8bdcf diff --git a/src/bin/lttng-sessiond/ust-ctl-internal.hpp b/src/bin/lttng-sessiond/ust-ctl-internal.hpp index 661c94725..79b863ce2 100644 --- a/src/bin/lttng-sessiond/ust-ctl-internal.hpp +++ b/src/bin/lttng-sessiond/ust-ctl-internal.hpp @@ -181,7 +181,7 @@ struct lttng_ust_ctl_consumer_channel; struct lttng_ust_ctl_consumer_stream; struct lttng_ust_ctl_consumer_channel_attr; -int lttng_ust_ctl_get_nr_stream_per_channel(void); +int lttng_ust_ctl_get_nr_stream_per_channel(); struct lttng_ust_ctl_consumer_channel *lttng_ust_ctl_create_channel( struct lttng_ust_ctl_consumer_channel_attr *attr, const int *stream_fds, int nr_stream_fds); @@ -287,7 +287,7 @@ int lttng_ust_ctl_get_instance_id(struct lttng_ust_ctl_consumer_stream *stream, int lttng_ust_ctl_get_current_timestamp(struct lttng_ust_ctl_consumer_stream *stream, uint64_t *ts); /* returns whether UST has perf counters support. */ -int lttng_ust_ctl_has_perf_counters(void); +int lttng_ust_ctl_has_perf_counters(); /* Regenerate the statedump. */ int lttng_ust_ctl_regenerate_statedump(int sock, int handle); @@ -591,7 +591,7 @@ enum lttng_ust_ctl_counter_alloc { struct lttng_ust_ctl_daemon_counter; -int lttng_ust_ctl_get_nr_cpu_per_counter(void); +int lttng_ust_ctl_get_nr_cpu_per_counter(); struct lttng_ust_ctl_counter_dimension { uint64_t size;