ASYNC_DAEMON(2) BSD Programmer's Manual ASYNC_DAEMON(2)
NAME
asyncdaemon - create a local NFS asynchronous I/O server
SYNOPSIS
#include <unistd.h>
int
asyncdaemon(void)
DESCRIPTION
Asyncdaemon() starts an NFS asynchronous I/O server. Normally this sys-
tem calls does not return unless the server is terminated by a signal at
which time a value of 0 is returned. Otherwise, -1 is returned and the
global variable errno is set to indicate the error.
ERRORS
The nfssvc fails if the following is true:
[EPERM] The caller is not the super-user.
SEE ALSO
nfsiod(8)
HISTORY
The asyncdaemon function call is currently under development.
BSDI BSD/386 March 26, 1993 1