summary refs log tree commit diff stats
path: root/slirp/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/mbuf.h')
-rw-r--r--slirp/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/mbuf.h b/slirp/mbuf.h
index b144f1ce3a..38fedf46de 100644
--- a/slirp/mbuf.h
+++ b/slirp/mbuf.h
@@ -79,7 +79,7 @@ struct mbuf {
 	int	m_len;			/* Amount of data in this mbuf */
 
 	Slirp *slirp;
-	bool	arp_requested;
+	bool	resolution_requested;
 	uint64_t expiration_date;
 	/* start of dynamic buffer area, must be last element */
 	union {