asashisglobal  -  determine  if an array session handle is
       global


SYNOPSIS

       #include <sys/types.h>
       #include <arraysvcs.h>

       int asashisglobal(ash_t ASH)


DESCRIPTION

       The asashisglobal function returns a non-zero value if the
       specified  array session handle is "global", or zero if it
       is not.  A global array session handle is guaranteed to be
       unique across all machines in an array.


NOTES

       asashisglobal  is  found in the library "libarray.so", and
       will be loaded if the option "-larray" is used with  cc(1)
       or ld(1).


SEE ALSO

       asallocash(3X), array_sessions(5).


Man(1) output converted with man2html