diff options
Diffstat (limited to 'src/xreq.hpp')
-rw-r--r-- | src/xreq.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xreq.hpp b/src/xreq.hpp index 4c94cad..897c197 100644 --- a/src/xreq.hpp +++ b/src/xreq.hpp @@ -62,6 +62,12 @@ namespace zmq fq_t fq; lb_t lb; + // Have we prefetched a message. + bool prefetched; + + // Holds the prefetched message. + msg_t prefetched_msg; + xreq_t (const xreq_t&); const xreq_t &operator = (const xreq_t&); }; |