asyncdaemon(2)
_________________________________________________________________
asyncdaemon System Call
Starts a BIOD server for NFS client requests.
_________________________________________________________________
SYNTAX
int async_daemon ()
PARAMETERS
None.
DESCRIPTION
This system call does not normally return; instead, the process
becomes a system process that asynchronously transfers blocks to
and from remote NFS servers. Normally, four such processes are
created when NFS services are started.
ACCESS CONTROL
Must be superuser to execute.
RETURN VALUE
-1 An error occurred. Errno is set to indicate the
error.
EXCEPTIONS
Errno may be set to one of the following error codes:
EPERM The process has no permission to make the call.
SEE ALSO
The related manual sections: nfsmount(2).
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)