#include <admin.h> int admin_shutdown( struct admin_args *args[], size_t nargs );
The admin_shutdown
function restarts the system. The
args
argument specifies alternate or optional behavior
for the admin_shutdown
function. The admin_type
member of each element of the args
array specifies the
optional behavior to be performed. There are some admin_types
values that may provoke unspecified behavior. The nargs
argument specifies the length of the args
array.
The _POSIX_ADMIN
feature flag is defined to indicate
this service is available.
Copyright © 1988-2004 OAR Corporation