diff options
Diffstat (limited to 'net/vmnet_int.h')
-rw-r--r-- | net/vmnet_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/vmnet_int.h b/net/vmnet_int.h index d0b9059..a8a033d 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); |