SP_equal_group_ids
|
int SP_equal_group_ids (group_id g1, group_id g2);
|
|
Parameters
|
g1 |
group name to test equality with g2 |
|
g2 |
group name to test equality
with g1 |
|
Return Values
|
0 if g1 and g2 are NOT equal |
|
non-zero if g1 and g2 are equal |
|
Description
|
SP_equal_group_ids allows an
application to determine if two specific instantiations 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. |
|
Requirements
|
Header: Include sp.h
Library: Use libspread or libtspread
Version: 3.17.3 |
|
Also See |