Hide private share.h symbols
[lttng-ust.git] / include / ust-share.h
index cabb26403e27c31a4f5117928772cee8b6eba9c8..b9490e4d65447b4924f59a70415e54cd7735a09a 100644 (file)
 
 #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 */
This page took 0.023072 seconds and 4 git commands to generate.