nm_iam_state_changed()

DESCRIPTION

Callback to notify the application that state has been updated.

This callback is set with nm_iam_set_state_changed_callback.

This callback is always invoked without holding the state mutex: The application can read the IAM state using nm_iam_dump_state which atomically creates a full copy of the state.

DECLARATION

typedef void (*nm_iam_state_changed)(struct nm_iam* iam, void* userData)