LPC Library Functions: dump_file_descriptors

NAME

dump_file_descriptors() - dump the MudOS process file descriptor table

SYNOPSIS

void dump_file_descriptors( void );

DESCRIPTION

This function is provided to assist in debugging the MudOS driver and helps overcome deficiencies in some UN*X implementations which do not provide equivalent or superior debugging facilities as part of the operating system itself. The interpretation of the output is very system-dependent. Each file descriptor is checked to determine whether it refers to an open file. If so, information is displayed from the "stat structure" returned by the fstat() system call.

SEE ALSO

dump_socket_status()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS