From: Mathieu Desnoyers Date: Mon, 23 Jan 2012 22:49:42 +0000 (-0500) Subject: Declare struct lttng_ust_calibrate X-Git-Tag: v1.9.5~14 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=d9a9a33b2cb4e152573fcd0da3eb82ac56a4bb81;p=lttng-ust.git Declare struct lttng_ust_calibrate Signed-off-by: Mathieu Desnoyers --- 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); /*