summaryrefslogtreecommitdiff
path: root/code/core/rbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/core/rbuf.h')
-rw-r--r--code/core/rbuf.h1
1 files changed, 1 insertions, 0 deletions
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 {