X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fcmd.hpp;h=a470a088166ca2d39a3b800f024576ed2aa7228b;hp=0039caf96a78a95de852aa66c4d37350b2443580;hb=0f4aa1a88a318046475c7caa0f72438db044d9c0;hpb=eaa3b7be342a4ce2eed12f148b23ee48f3c8bdcf diff --git a/src/bin/lttng-sessiond/cmd.hpp b/src/bin/lttng-sessiond/cmd.hpp index 0039caf96..a470a0881 100644 --- a/src/bin/lttng-sessiond/cmd.hpp +++ b/src/bin/lttng-sessiond/cmd.hpp @@ -38,7 +38,7 @@ struct cmd_completion_handler { * Init the command subsystem. Must be called before using any of the functions * above. This is called in the main() of the session daemon. */ -void cmd_init(void); +void cmd_init(); /* Session commands */ enum lttng_error_code cmd_create_session(struct command_ctx *cmd_ctx, @@ -183,7 +183,7 @@ int cmd_rotation_set_schedule(struct ltt_session *session, enum lttng_rotation_schedule_type schedule_type, uint64_t value); -const struct cmd_completion_handler *cmd_pop_completion_handler(void); +const struct cmd_completion_handler *cmd_pop_completion_handler(); int start_kernel_session(struct ltt_kernel_session *ksess); int stop_kernel_session(struct ltt_kernel_session *ksess);