Update lttng ust ABI/API copy
authorDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 22:51:01 +0000 (17:51 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 22:51:15 +0000 (17:51 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/lttng-ust-abi.h
src/bin/lttng-sessiond/lttng-ust-ctl.h

index 28a040763d81c4aabe1158ab3a8c6e3335f55f93..f30dbde3f92e76f76ba6480a6f644ccd504e6c5e 100644 (file)
@@ -90,6 +90,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 b8cb965b028f9fabbbcf594d8676863722fb0492..280c64a9a005050e4e949fd25c5bcfd0beef1969 100644 (file)
@@ -62,7 +62,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.027741 seconds and 5 git commands to generate.