Declare struct lttng_ust_calibrate
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Jan 2012 22:49:42 +0000 (17:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Jan 2012 22:49:42 +0000 (17:49 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-abi.h
include/lttng/ust-ctl.h

index e502f729bea83d0cec5a081cccfa8de31d443dde..470645e6cf9e4ff58f37524febf4ebd26f088893 100644 (file)
@@ -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)
index 47c78b74e08b91535728fb1ffc31bcfd0474f223..1a4daaef5e8f7d1097253fd3e180b40c177195e6 100644 (file)
@@ -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);
 
 /*
This page took 0.025077 seconds and 4 git commands to generate.