From d8b975f4e73ae940c0c0f9c8c6c7aac1199fee09 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 28 Aug 2010 13:14:45 +0200 Subject: msg_store_t renamed to swap_t --- src/pipe.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pipe.hpp') 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; -- cgit v1.2.3