X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=9ed3f5f9472cd9df737e6e42d3ccc5f849b82903;hp=280075037abdf9515111b90f4cb0756f33d752c3;hb=5edd7e09e892604b00ca937c0f1bc887bb5a842c;hpb=d7b75b30d1f70dab2d5bca42cff86290c938c516;ds=inline diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 280075037..9ed3f5f94 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -370,4 +370,11 @@ extern int lttng_disable_channel(struct lttng_handle *handle, extern int lttng_calibrate(struct lttng_handle *handle, struct lttng_calibrate *calibrate); +/* + * Set the default channel attributes for a specific domain and an allocated + * lttng_channel_attr pointer. + */ +extern void lttng_channel_set_default_attr(struct lttng_domain *domain, + struct lttng_channel_attr *attr); + #endif /* _LTTNG_H */