summary refs log tree commit diff stats
path: root/net/vmnet_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/vmnet_int.h')
-rw-r--r--net/vmnet_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/vmnet_int.h b/net/vmnet_int.h
index d0b90594f2..a8a033dc96 100644
--- a/net/vmnet_int.h
+++ b/net/vmnet_int.h
@@ -45,6 +45,8 @@ typedef struct VmnetState {
     int packets_send_end_pos;
 
     struct iovec iov_buf[VMNET_PACKETS_LIMIT];
+
+    VMChangeStateEntry *change;
 } VmnetState;
 
 const char *vmnet_status_map_str(vmnet_return_t status);