X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust-share.h;h=b9490e4d65447b4924f59a70415e54cd7735a09a;hb=bdb12629ec5577e27573886dfc229552df94a7c2;hp=cabb26403e27c31a4f5117928772cee8b6eba9c8;hpb=864a1eda22ed99266509ac76451c6f27f91aa17e;p=lttng-ust.git diff --git a/include/ust-share.h b/include/ust-share.h index cabb2640..b9490e4d 100644 --- a/include/ust-share.h +++ b/include/ust-share.h @@ -12,11 +12,11 @@ #include "ust-helper.h" -/* Should be hidden but would break the ABI */ -ssize_t patient_write(int fd, const void *buf, size_t count); LTTNG_HIDDEN -ssize_t patient_writev(int fd, struct iovec *iov, int iovcnt); -/* Should be hidden but would break the ABI */ -ssize_t patient_send(int fd, const void *buf, size_t count, int flags); +ssize_t ust_patient_write(int fd, const void *buf, size_t count); +LTTNG_HIDDEN +ssize_t ust_patient_writev(int fd, struct iovec *iov, int iovcnt); +LTTNG_HIDDEN +ssize_t ust_patient_send(int fd, const void *buf, size_t count, int flags); #endif /* _LTTNG_SHARE_H */