datapath-windows: STT reassemble small fix
[cascardo/ovs.git] / datapath-windows / ovsext / Stt.h
index a3e3915..faa00d7 100644 (file)
@@ -68,6 +68,7 @@ typedef struct _OVS_STT_PKT_ENTRY {
     OVS_STT_PKT_KEY     ovsPktKey;
     UINT64              timeout;
     UINT32              recvdLen;
+    UINT32              allocatedLen;
     SttHdr              sttHdr;
     PCHAR               packetBuf;
     LIST_ENTRY          link;