nm_iam_load_state()
DESCRIPTION
Load a state into an IAM module.
DECLARATION
bool nm_iam_load_state(struct nm_iam* iam, struct nm_iam_state* state)
PARAMETERS
iam:
- [in] IAM module to load state into
state:
- [in] State to load. The IAM module takes ownership of the state.
RETURNS
false iff the state could not be loaded