X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;h=3bacac785a2acd007f0a8c3bf5c06471100d7165;hb=cd4bd11fe2d3232089186a5b9b021b7cb504a8fb;hp=cc8e8097836dadcd8bf93f7f7d586eca3181a40a;hpb=f40270adf3e31289ac13a482e830b4a19d8df3bf;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index cc8e8097..3bacac78 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -217,5 +217,7 @@ int ltt_probe_register(struct lttng_probe_desc *desc); void ltt_probe_unregister(struct lttng_probe_desc *desc); const struct lttng_event_desc *ltt_event_get(const char *name); void ltt_event_put(const struct lttng_event_desc *desc); +int ltt_probes_init(void); +void ltt_probes_exit(void); #endif /* _LTT_EVENTS_H */