![]() |
Audacity 3.2.0
|
#include <sys/select.h>#include <sys/socket.h>#include <netinet/in.h>#include <unistd.h>#include <poll.h>#include <fcntl.h>Go to the source code of this file.
Macros | |
| #define | INVALID_SOCKET -1 |
| #define | SOCKET_ERROR -1 |
| #define | SOCKET int |
| #define | CLOSE_SOCKET close |
| #define | NFDS(x) ((x) + 1) |
| #define CLOSE_SOCKET close |
Definition at line 31 of file ipc-types.h.
| #define INVALID_SOCKET -1 |
Definition at line 28 of file ipc-types.h.
| #define NFDS | ( | x | ) | ((x) + 1) |
Definition at line 32 of file ipc-types.h.
| #define SOCKET int |
Definition at line 30 of file ipc-types.h.
| #define SOCKET_ERROR -1 |
Definition at line 29 of file ipc-types.h.