From 090e460d6f09b5611d34a4867efb6cf46dd44a34 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 31 Aug 2010 21:03:34 +0200 Subject: naming cleanup: yarray->array --- src/lb.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lb.hpp') diff --git a/src/lb.hpp b/src/lb.hpp index cb2ce72..ea965f8 100644 --- a/src/lb.hpp +++ b/src/lb.hpp @@ -20,7 +20,7 @@ #ifndef __ZMQ_LB_HPP_INCLUDED__ #define __ZMQ_LB_HPP_INCLUDED__ -#include "yarray.hpp" +#include "array.hpp" #include "pipe.hpp" namespace zmq @@ -47,7 +47,7 @@ namespace zmq private: // List of outbound pipes. - typedef yarray_t pipes_t; + typedef array_t pipes_t; pipes_t pipes; // Number of active pipes. All the active pipes are located at the -- cgit v1.2.3