
Definition in file TCPcommunicator.C.
#include "Beowulf/TCPcommunicator.H"
#include "Beowulf/BeowulfOpts.H"
#include "Beowulf/SockServ.H"
#include "Beowulf/TCPdefs.H"
#include "Component/OptionManager.H"
#include "Util/Assert.H"
#include "Util/log.H"
#include <arpa/inet.h>
#include <fcntl.h>
#include <netdb.h>
#include <netinet/in.h>
#include <signal.h>
#include <sys/socket.h>
#include <unistd.h>
Include dependency graph for TCPcommunicator.C:

Go to the source code of this file.
Defines | |
| #define | MYLOGID fd |
| for id-logging; see log.H: | |
Functions | |
| void * | TCPcommunicator_run (void *c0) |
| bool | operator== (const in_addr &addr1, const in_addr &addr2) |
|
|
for id-logging; see log.H:
Definition at line 59 of file TCPcommunicator.C. |
1.4.4