SOCKET isdConnect(char **argv)
isdConnect()
is used by workers to register themselves
with isectd
after they've started. isectd
provides
the remote execution daemon, isdexecd
with positional starting
arguments.
Any additional arguments that may be passed will start after at ISDARGMAX (from isdio.h).
A successful startup will return a positive (valid) socket for subsequent
calls isdRecv()
and isdSend()
.
On failure, isdConnect()
returns SOCKET_ERROR.
Go to the first, previous, next, last section, table of contents.