Introduce ustctl_write_one_packet_to_channel
[lttng-ust.git] / include / lttng / ust-ctl.h
index f9315a6144c672a06006b0c06bb849fa3bc53af9..3c81e509a4af551e54ab0db2e0e6da9caad14370 100644 (file)
@@ -164,6 +164,10 @@ int ustctl_write_metadata_to_channel(
                struct ustctl_consumer_channel *channel,
                const char *metadata_str,       /* NOT null-terminated */
                size_t len);                    /* metadata length */
+ssize_t ustctl_write_one_packet_to_channel(
+               struct ustctl_consumer_channel *channel,
+               const char *metadata_str,       /* NOT null-terminated */
+               size_t len);                    /* metadata length */
 
 /*
  * Send a NULL stream to finish iteration over all streams of a given
This page took 0.023499 seconds and 5 git commands to generate.