Audacity 3.2.0
Macros
ipc-types.h File Reference
#include <sys/select.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <poll.h>
#include <fcntl.h>
Include dependency graph for ipc-types.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ CLOSE_SOCKET

#define CLOSE_SOCKET   close

Definition at line 31 of file ipc-types.h.

◆ INVALID_SOCKET

#define INVALID_SOCKET   -1

Definition at line 28 of file ipc-types.h.

◆ NFDS

#define NFDS (   x)    ((x) + 1)

Definition at line 32 of file ipc-types.h.

◆ SOCKET

#define SOCKET   int

Definition at line 30 of file ipc-types.h.

◆ SOCKET_ERROR

#define SOCKET_ERROR   -1

Definition at line 29 of file ipc-types.h.