msg_store_t renamed to swap_t

This commit is contained in:
Martin Sustrik
2010-08-28 13:14:45 +02:00
parent d90b407115
commit d8b975f4e7
5 changed files with 34 additions and 34 deletions

View File

@@ -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;