Table of Contents
gfs_finalize
#include <gfs.h>
void gfs_finalize();
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.
None.
None. If you made it this far, who am I to tell you
something's wrong?
Table of Contents