add deferral code

This commit is contained in:
leitner 2016-10-04 22:46:05 +00:00
parent 2a0bcc2fb6
commit 1a53c2221a

View File

@ -57,6 +57,7 @@ typedef struct {
#endif
long next_read;
long next_write;
long next_defer;
void* cookie;
void* mmapped;
long maplen;