nlm4_probe_notify_granted_res_t Structure

The nlm4_probe_notify_granted_res_t structure contains a pointer to raw header.

typedef struct nlm4_probe_notify_granted_res {
	nlm4_res *r; /* pointer to raw header */
	int last_errno;
} nlm4_probe_notify_granted_res_t;

The last_errno member of the structure shows the returned error code of the RPC call of the granted procedure.