nm_iam_state_add_user()

DESCRIPTION

Add a user to the IAM state. The state takes ownership of the user pointer.

DECLARATION

bool nm_iam_state_add_user(struct nm_iam_state* state, struct nm_iam_user* user)

PARAMETERS

state:
[in] State to add user to
user:
[in] User to add

RETURNS

false iff the user could not be added