diff options
Diffstat (limited to 'vnet')
-rw-r--r-- | vnet/vnet/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnet/vnet/buffer.h b/vnet/vnet/buffer.h index f6c0023222e..269df81fd64 100644 --- a/vnet/vnet/buffer.h +++ b/vnet/vnet/buffer.h @@ -119,6 +119,8 @@ typedef struct { u32 established_connection_index; u32 mini_connection_index; + + u32 transmit_stamp; } tcp; /* ICMP */ |