Docs: document the lttng_action_notify action type
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 31 Jul 2017 18:08:19 +0000 (14:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Aug 2017 20:50:52 +0000 (16:50 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/action/notify.h

index 6c0d0ca257aee4ddab8ec61a870833beb1cbe877..04f468561dd57a18ef686fefa123d72c88521f0b 100644 (file)
@@ -24,6 +24,17 @@ struct lttng_action;
 extern "C" {
 #endif
 
 extern "C" {
 #endif
 
+/*
+ * Create a newly allocated notification action object.
+ *
+ * A "notify" action will emit a notification to all clients which have an
+ * open notification channel. In order to receive this notification, clients
+ * must have subscribed to a condition equivalent to the one paired to this
+ * notify action in a trigger.
+ *
+ * Returns a new action on success, NULL on failure. This action must be
+ * destroyed using lttng_action_destroy().
+ */
 extern struct lttng_action *lttng_action_notify_create(void);
 
 #ifdef __cplusplus
 extern struct lttng_action *lttng_action_notify_create(void);
 
 #ifdef __cplusplus
This page took 0.026 seconds and 4 git commands to generate.