Implement event fields listing
[lttng-ust.git] / include / ust-comm.h
index 7d0b6296524c0f7d6a11566aa5de9f49312a8180..9d2643df129c373176f994c4d4131fb6dd1e4036 100644 (file)
@@ -155,6 +155,11 @@ struct ustcomm_ust_reply {
        } u;
 };
 
+/*
+ * LTTNG_UST_TRACEPOINT_FIELD_LIST reply is followed by a
+ * struct lttng_ust_field_iter field.
+ */
+
 extern int ustcomm_create_unix_sock(const char *pathname);
 extern int ustcomm_connect_unix_sock(const char *pathname);
 extern int ustcomm_accept_unix_sock(int sock);
This page took 0.024812 seconds and 4 git commands to generate.