Table of Contents

NAME

gfs_finalize

SYNOPSIS

#include <gfs.h>

void gfs_finalize();

DESCRIPTION

gfs_finalize lets the run-time library clean up its internal data structures, and lets the I/O servers know that we're done. Failure to call gfs_finalize has the potential to destabilize the I/O servers. That probably shouldn't happen, but don't say I didn't warn you.

RETURN VALUE

None.

ERRORS

None. If you made it this far, who am I to tell you something's wrong?


Table of Contents