X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;fp=include%2Fust-comm.h;h=9d2643df129c373176f994c4d4131fb6dd1e4036;hb=400033107ea279bb8a1530ddec13e1453dc4c4a3;hp=7d0b6296524c0f7d6a11566aa5de9f49312a8180;hpb=06d4f27ebd73d4335d4365468798fc72904b30c6;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);