]> Git Repo - qemu.git/blobdiff - include/qemu/sockets.h
pci: msix: move 'MSIX_CAP_LENGTH' to header file
[qemu.git] / include / qemu / sockets.h
index e88d4c37abe9ad30fe10b25a53a72183dd2a2e4b..8140fea68522927575926186d0581996ebb7c43f 100644 (file)
@@ -12,6 +12,7 @@ int inet_aton(const char *cp, struct in_addr *ia);
 #include "qapi/qapi-types-sockets.h"
 
 /* misc helpers */
+bool fd_is_socket(int fd);
 int qemu_socket(int domain, int type, int protocol);
 int qemu_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
 int socket_set_cork(int fd, int v);
This page took 0.019836 seconds and 4 git commands to generate.