nm_iam_dump_state()
DESCRIPTION
Create a copy of the state.
DECLARATION
struct nm_iam_state* nm_iam_dump_state(struct nm_iam* iam)
PARAMETERS
iam:
- [in] IAM module to copy.
RETURNS
a deep copy of the input IAM state (or NULL if allocation fails)
Create a copy of the state.
struct nm_iam_state* nm_iam_dump_state(struct nm_iam* iam)
iam:
a deep copy of the input IAM state (or NULL if allocation fails)