summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-31 21:03:34 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-31 21:03:34 +0200
commit090e460d6f09b5611d34a4867efb6cf46dd44a34 (patch)
tree28532d04b3b9391d69fbe85b8028febe9331b6ae /src/ctx.hpp
parentf5acbb5095901e56a9bfd29b9a8c1c7d3f165ce3 (diff)
naming cleanup: yarray->array
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp
index 2394c70..a31e1d8 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -27,7 +27,7 @@
#include "signaler.hpp"
#include "semaphore.hpp"
#include "ypipe.hpp"
-#include "yarray.hpp"
+#include "array.hpp"
#include "config.hpp"
#include "mutex.hpp"
#include "stdint.hpp"
@@ -79,7 +79,7 @@ namespace zmq
~ctx_t ();
// Sockets belonging to this context.
- typedef yarray_t <socket_base_t> sockets_t;
+ typedef array_t <socket_base_t> sockets_t;
sockets_t sockets;
// List of sockets that were already closed but not yet deallocated.