DACS_ERR_T dacs_group_accept ( de_id_t de, dacs_process_id_t pid, dacs_group_t *group )
Call parameters | |
de | The DE ID of the group owner. |
pid | The process ID of the group owner. |
Return parameter | |
*group | A pointer to the handle of the group to be filled in. |
The dacs_group_accept service accepts membership to a group and returns the group handle. For each dacs_group_accept() call there must be an associated dacs_group_add_member() call by the owner of the group. This service blocks until the caller has been added to the group by the group owner.