From d9a9a33b2cb4e152573fcd0da3eb82ac56a4bb81 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 23 Jan 2012 17:49:42 -0500 Subject: [PATCH] Declare struct lttng_ust_calibrate Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-abi.h | 8 ++++++++ include/lttng/ust-ctl.h | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index e502f729..470645e6 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -100,6 +100,14 @@ struct lttng_ust_object_data { uint64_t memory_map_size; }; +enum lttng_ust_calibrate_type { + LTTNG_UST_CALIBRATE_TRACEPOINT, +}; + +struct lttng_ust_calibrate { + enum lttng_ust_calibrate_type type; /* type (input) */ +}; + #define _UST_CMD(minor) (minor) #define _UST_CMDR(minor, type) (minor) #define _UST_CMDW(minor, type) (minor) diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index 47c78b74..1a4daaef 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -61,8 +61,6 @@ int ustctl_wait_quiescent(int sock); int ustctl_sock_flush_buffer(int sock, struct lttng_ust_object_data *object); -/* not implemented yet */ -struct lttng_ust_calibrate; int ustctl_calibrate(int sock, struct lttng_ust_calibrate *calibrate); /* -- 2.34.1