Table of Contents

NAME

gfs_test - check the status of a non-blocking call

SYNOPSIS

#include <gfs.h>

int gfs_test(gfs_handle handle);

DESCRIPTION

gfs_test tests whether the non-blocking call associated with handle has completed yet.

RETURN VALUE

gfs_test Returns 1 if the call has completed, 0 if it hasn't, and -1 on an error.

ERRORS

GFS_EINVAL
handle is not a valid handle.


Table of Contents