X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=44ff56f1e4ccf16aee5d097b39faa4d233d0f04c;hp=fed09854a206012482d320b770f666ed9b3cdb53;hb=8de4f9412d9681725c48f984c9e160773fdcf8c9;hpb=01defc26fedb2b8915df23f39cfa70d0d0036323 diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index fed09854a..44ff56f1e 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -50,6 +50,8 @@ const char * const mi_lttng_element_command_snapshot_record = "record_snapshot"; const char * const mi_lttng_element_command_start = "start"; const char * const mi_lttng_element_command_stop = "stop"; const char * const mi_lttng_element_command_success = "success"; +const char * const mi_lttng_element_command_track = "track"; +const char * const mi_lttng_element_command_untrack = "untrack"; const char * const mi_lttng_element_command_version = "version"; /* Strings related to version command */ @@ -1238,6 +1240,9 @@ int mi_lttng_calibrate(struct mi_writer *writer, end: return ret; } + +/* TODO: mi tracker */ + LTTNG_HIDDEN int mi_lttng_context(struct mi_writer *writer, struct lttng_event_context *context, int is_open)