|
NAMESP_leave - create connection between app and daemonSYNOPSIS#include <sp.h>int SP_leave( mailbox mbox, const char *group); DESCRIPTIONSP_leave leaves a group with the name passed as the string group. If the group does not exist amoung the Spread daemons this operation is ignored, otherwise the Leave leaves the existing group. The mbox of the connection upon which to leave a group is the first parameter.</P> The group string represents the name of the group to leave.RETURN VALUESReturns 0 on success or one of the following errors ( < 0 ):
BUGSNone.AUTHORYair Amir <yairamir@cnds.jhu.edu>Jonathan Stanton <jonathan@cnds.jhu.edu> Commedia Project <commedia@cnds.jhu.edu> SEE ALSOlibsp(3)
Visit the GSP FreeBSD Man Page Interface. |