X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust-comm.h;h=9d2643df129c373176f994c4d4131fb6dd1e4036;hb=5a821cd6258af4b44aac352bd89b715377cee7d2;hp=7d0b6296524c0f7d6a11566aa5de9f49312a8180;hpb=6a47c1fbe76d702f5e37005044891cff3dbe801d;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index 7d0b6296..9d2643df 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -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);