X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=f4b368f1f5833c67573ffe9cbcbb566d17e1f11c;hb=93128a92561c2964186015a7e075c607613e6e75;hp=957484f0900daf1084368d2370f2174f8b4b95cb;hpb=a55dd1367a35379b1208ddaf3212acb48e78004e;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 957484f09..f4b368f1f 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -60,27 +60,6 @@ struct lttng_trace { enum lttng_trace_type type; }; -/* TODO: don't export these into system-installed headers. */ -/* - * LTTng DebugFS ABI structures. - */ -enum lttng_instrum_type { - INSTRUM_TRACEPOINTS, -}; - -struct lttng_channel { - int overwrite; /* 1: overwrite, 0: discard */ - u64 subbuf_size; - u64 num_subbuf; - unsigned int switch_timer_interval; - unsigned int read_timer_interval; -}; - -struct lttng_event { - enum lttng_instrum_type itype; - char name[]; -}; - extern int lttng_create_session(char *name, uuid_t *session_id); extern int lttng_destroy_session(uuid_t *uuid); extern int lttng_connect_sessiond(void);