From c129b10bf7c851d94002767aa09e06c526cacb7d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 6 Sep 2017 18:19:00 +0200 Subject: frad/defrag implemented --- code/core/rbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/core/rbuf.h') diff --git a/code/core/rbuf.h b/code/core/rbuf.h index c3e6ff9..3644f9c 100644 --- a/code/core/rbuf.h +++ b/code/core/rbuf.h @@ -65,6 +65,7 @@ typedef struct ECPRBRecv { #ifdef ECP_WITH_MSGQ ECPConnMsgQ msgq; #endif + struct ECPFragIter *frag_iter; } ECPRBRecv; typedef struct ECPRBSend { -- cgit v1.2.3