Add new API call lttng_channel_set_default_attr
[lttng-tools.git] / include / lttng / lttng.h
index 280075037abdf9515111b90f4cb0756f33d752c3..9ed3f5f9472cd9df737e6e42d3ccc5f849b82903 100644 (file)
@@ -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 */
This page took 0.022485 seconds and 4 git commands to generate.