X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Flttng-ctl%2Flttng-ctl-helper.h;h=b10acd5fe0438b43e296b2c46873d7cfbf7b1775;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=b96ed56e4285da6fffcbd1664b704cb654d91c61;hpb=e1b624d005769d1a2e9eb39fee63c73c6395fd76;p=lttng-tools.git diff --git a/src/lib/lttng-ctl/lttng-ctl-helper.h b/src/lib/lttng-ctl/lttng-ctl-helper.h index b96ed56e4..b10acd5fe 100644 --- a/src/lib/lttng-ctl/lttng-ctl-helper.h +++ b/src/lib/lttng-ctl/lttng-ctl-helper.h @@ -13,12 +13,6 @@ #include #include -/* - * NOTE: Every symbol in this helper header MUST be set to hidden so not to - * polute the library name space. Use LTTNG_HIDDEN macro before declaring the - * function in the C file. - */ - /* Copy helper functions. */ void lttng_ctl_copy_lttng_domain(struct lttng_domain *dst, struct lttng_domain *src); @@ -42,7 +36,6 @@ int lttng_ctl_ask_sessiond_fds_varlen(struct lttcomm_session_msg *lsm, * 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); @@ -64,7 +57,7 @@ static inline int lttng_ctl_ask_sessiond_varlen_no_cmd_header( */ static inline int lttng_ctl_ask_sessiond_fds_no_cmd_header(struct lttcomm_session_msg *lsm, - const int *fds, size_t nb_fd, void **buf) + const int *fds, size_t nb_fd, void **buf __attribute__((unused))) { return lttng_ctl_ask_sessiond_fds_varlen(lsm, fds, nb_fd, NULL, 0, NULL, NULL, NULL);