11#include <lttng/domain.h>
12#include <lttng/lttng-export.h>
28#define LTTNG_HANDLE_PADDING1 16
51 char padding[LTTNG_HANDLE_PADDING1];
#define LTTNG_NAME_MAX
Maximum name length.
Definition constant.h:54
struct lttng_handle * lttng_create_handle(const char *session_name, struct lttng_domain *domain)
Creates and returns a recording session handle from the recording session name session_name and the o...
void lttng_destroy_handle(struct lttng_handle *handle)
Destroys the recording session handle handle.
Tracing domain summary.
Definition domain.h:100
Recording session handle.
Definition handle.h:44
char session_name[LTTNG_NAME_MAX]
Recording session name.
Definition handle.h:46
struct lttng_domain domain
Tracing domain summary.
Definition handle.h:49