]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/af_unix.h
af_unix: add lxc_abstract_unix_recv_fds_iov()
[mirror_lxc.git] / src / lxc / af_unix.h
index 8a068d920fdd1a83ebb19dea5a2996fe44c3eb8f..9f4729c0b9337256ea068860e64fc48094f48e57 100644 (file)
@@ -35,6 +35,9 @@ extern void lxc_abstract_unix_close(int fd);
 extern int lxc_abstract_unix_connect(const char *path);
 extern int lxc_abstract_unix_send_fds(int fd, int *sendfds, int num_sendfds,
                                      void *data, size_t size);
+extern int lxc_abstract_unix_send_fds_iov(int fd, int *sendfds,
+                                         int num_sendfds, struct iovec *iov,
+                                         size_t iovlen);
 extern int lxc_unix_send_fds(int fd, int *sendfds, int num_sendfds, void *data,
                             size_t size);
 extern int lxc_abstract_unix_recv_fds(int fd, int *recvfds, int num_recvfds,