Fix: Java agent: close session daemon socket on error
[lttng-ust.git] / snprintf / fvwrite.h
index 19b633dbd42263b4d13c1ea3b73d0fb3b94cf16d..7ba16dc5aeb6e336582d406f223c4d574a166a01 100644 (file)
 /*
  * I/O descriptors for __sfvwrite().
  */
-struct __siov {
+#include <stddef.h>
+
+struct __lttng_ust_siov {
        void    *iov_base;
        size_t  iov_len;
 };
-struct __suio {
-       struct  __siov *uio_iov;
+struct __lttng_ust_suio {
+       struct  __lttng_ust_siov *uio_iov;
        int     uio_iovcnt;
        int     uio_resid;
 };
 
-extern int __sfvwrite(LFILE *, struct __suio *);
+extern int __sfvwrite(LTTNG_UST_LFILE *, struct __lttng_ust_suio *);
This page took 0.028982 seconds and 4 git commands to generate.