uprobe: transmit binary file descritptor through lttng_payload
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl-helper.h
index f252bbbde3ba089669bc7a43681081cb6d99f608..d1c5aa865174b16b752a0d24ab19dc1323cec699 100644 (file)
@@ -37,6 +37,16 @@ int lttng_ctl_ask_sessiond_fds_varlen(struct lttcomm_session_msg *lsm,
                void **user_payload_buf, void **user_cmd_header_buf,
                size_t *user_cmd_header_len);
 
+/*
+ * Sends the lttcomm message to the session daemon and fills the reply payload.
+ *
+ * Return the size of the received data on success or else a negative lttng
+ * error code.
+ */
+LTTNG_HIDDEN
+int lttng_ctl_ask_sessiond_payload(struct lttng_payload_view *message,
+               struct lttng_payload *reply);
+
 /*
  * Calls lttng_ctl_ask_sessiond_fds_varlen() with no expected command header.
  */
This page took 0.023096 seconds and 4 git commands to generate.