| Updated: October 28, 2024 |
Set the user data for a group member
#include <pips/publication.h>
int pips_group_member_set_data(pips_group_member_t *const member,
void *const data)
This function associates the given user data with the current group member. The data previously associated with the member may be lost. To clear the user data, set the data argument to NULL.