X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libtracectl%2Fmarker-control.h;fp=libtracectl%2Fmarker-control.h;h=0b602db9fd3b14bcef4a7b32e0182dfc45d8a80d;hb=524e6b6dc7ddafad7ba50da72a079a05ae3de77a;hp=0000000000000000000000000000000000000000;hpb=e0baa9906b1c443228605a2b29c37b4bc004c61c;p=ust.git diff --git a/libtracectl/marker-control.h b/libtracectl/marker-control.h new file mode 100644 index 0000000..0b602db --- /dev/null +++ b/libtracectl/marker-control.h @@ -0,0 +1,7 @@ +#ifndef MARKER_CONTROL_H +#define MARKER_CONTROL_H + +int marker_control_init(void); +int ltt_probe_register(struct ltt_available_probe *pdata); + +#endif /* MARKER_CONTROL_H */