File: SP_equal_group_ids.3

package info (click to toggle)
spread 3.17.3-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,748 kB
  • ctags: 2,313
  • sloc: ansic: 15,627; sh: 2,591; java: 2,290; perl: 556; yacc: 523; makefile: 240; lex: 204; xml: 77
file content (32 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH SP_EQUAL_GROUP_IDS 3 "JULY 1998" SPREAD "User Manuals"
.SH NAME
SP_equal_group_ids \- checks amount of data ready to be read
.SH SYNOPSIS
.B #include <sp.h>
.br
.BI "int SP_equal_group_ids( group_id " g1 ", group_id " g2 );
.SH DESCRIPTION
.B 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.
.B 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.
.SH "RETURN VALUES"
Returns true (not 0 ) if they are equal and false if they are different.
.SH BUGS
None.
.SH AUTHOR
Yair Amir <yairamir@cnds.jhu.edu>
.br
Jonathan Stanton <jonathan@cnds.jhu.edu>
.br
Commedia Project <commedia@cnds.jhu.edu>
.SH "SEE ALSO"
.BR libsp (3)