summaryrefslogtreecommitdiff
path: root/code/core/rbuf.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-09-06 18:19:00 +0200
committerUros Majstorovic <majstor@majstor.org>2017-09-06 18:19:00 +0200
commitc129b10bf7c851d94002767aa09e06c526cacb7d (patch)
treea0ca2c8d603a233c43c888dddb4ee541d4ba34e5 /code/core/rbuf.h
parentb83e58e21ea7dda57ddfda47bd1539d15abe687f (diff)
frad/defrag implemented
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 {