#include <yarp/conf/system.h>
#include <yarp/os/impl/TcpAcceptor.h>
#include <yarp/os/impl/PlatformSysWait.h>
#include <yarp/os/impl/PlatformSignal.h>
#include <yarp/os/impl/LogComponent.h>
Go to the source code of this file.
Macros | |
#define | BACKLOG 1 |
Functions | |
void | sigchld_handler (int) |
An error handler that reaps the zombies. More... | |
#define BACKLOG 1 |
Definition at line 23 of file TcpAcceptor.cpp.
void sigchld_handler | ( | int | ) |
An error handler that reaps the zombies.
Definition at line 32 of file TcpAcceptor.cpp.