#include "ibrcommon/config.h"
#include "ibrcommon/net/vsocket.h"
#include "ibrcommon/thread/MutexLock.h"
#include "ibrcommon/Logger.h"
#include "ibrcommon/TimeMeasurement.h"
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/tcp.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <algorithm>
#include <sys/types.h>
#include <errno.h>
#include <sstream>
#include <string.h>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
#define __compat_pipe |
( |
|
a) | |
::pipe(a) |
#define piperead |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| ::read(a,b,c) |
#define pipewrite |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| ::write(a,b,c) |