![]() |
LTTng control library C API
|
Recording session handle. More...
#include <handle.h>

Data Fields | |
| struct lttng_domain | domain |
| Tracing domain summary. | |
| char | session_name [LTTNG_NAME_MAX] |
| Recording session name. | |
Recording session handle.
Such a structure is a pair of a recording session name and a tracing domain summary.
Some functions which accept a recording session handle parameter ignore the recording session name or the tracing domain summary.
Create a recording session handle with lttng_create_handle().
Destroy a recording session handle with lttng_destroy_handle().