nlm4_probe_conflicting_delegation_t Structure

The nlm4_probe_conflicting_delegation_t structure contains a pointer to raw header.

typedef struct nlm4_probe_conflicting_delegation {
	nlm4_res *r; /* pointer to raw header */
	int delegation_recalled;
} nlm4_probe_conflicting_delegation_t;

The delegation_recalled flag is true when the delegation is successfully recalled.