summaryrefslogtreecommitdiff
path: root/src/pipe.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-28 13:14:45 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-28 13:14:45 +0200
commitd8b975f4e73ae940c0c0f9c8c6c7aac1199fee09 (patch)
treeba7d60c37433707e6f2afe2538c966f04f2a3e92 /src/pipe.hpp
parentd90b4071151e3752208d3a9d49fb50845f89ab1b (diff)
msg_store_t renamed to swap_t
Diffstat (limited to 'src/pipe.hpp')
-rw-r--r--src/pipe.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipe.hpp b/src/pipe.hpp
index dee37a5..d85f9dc 100644
--- a/src/pipe.hpp
+++ b/src/pipe.hpp
@@ -25,7 +25,7 @@
#include "stdint.hpp"
#include "yarray_item.hpp"
#include "ypipe.hpp"
-#include "msg_store.hpp"
+#include "swap.hpp"
#include "config.hpp"
#include "object.hpp"
@@ -183,7 +183,7 @@ namespace zmq
// Pointer to the message swap. If NULL, messages are always
// kept in main memory.
- msg_store_t *swap;
+ swap_t *swap;
// Sink for the events (either the socket or the session).
i_writer_events *sink;