Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
SP_EQUAL_GROUP_IDS(3)		  User Manuals		   SP_EQUAL_GROUP_IDS(3)

NAME
     SP_equal_group_ids - checks amount of data ready to be read

SYNOPSIS
     #include <sp.h>
     int SP_equal_group_ids( group_id g1, group_id g2);

DESCRIPTION
     SP_equal_group_ids  allows  an application to determine if two specific in-
     stantiations of a group are identical. This is not just if the  memberships
     are  identical,  but  rather  whether the two group ids represent the exact
     same group membership view at the same point in time in the history of  the
     group.   SP_equal_group_ids  returns true (i.e. not 0) if the two group ids
     passed to it are equal.  It returns false if they are not equal.

RETURN VALUES
     Returns true (not 0 ) if they are equal and false if they are different.

BUGS
     None.

AUTHOR
     Yair Amir <yairamir@cnds.jhu.edu>
     Jonathan Stanton <jonathan@cnds.jhu.edu>
     Commedia Project <commedia@cnds.jhu.edu>

SEE ALSO
     libsp(3)

SPREAD				    JULY 1998		   SP_EQUAL_GROUP_IDS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SP_equal_group_ids&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help