From e49115224a7957b0e5d49326bc02ae6af186eaf9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 15 Dec 2009 09:09:19 +0100 Subject: zmq_encoder/decoder are able to add/trim prefixes from messages; fair queueing and load balancing algorithms factorised into separate classes --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a733408..0fdaf37 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,6 +66,7 @@ libzmq_la_SOURCES = app_thread.hpp \ err.hpp \ fd.hpp \ fd_signaler.hpp \ + fq.hpp \ i_inout.hpp \ io_object.hpp \ io_thread.hpp \ @@ -75,6 +76,7 @@ libzmq_la_SOURCES = app_thread.hpp \ i_poll_events.hpp \ i_signaler.hpp \ kqueue.hpp \ + lb.hpp \ msg_content.hpp \ mutex.hpp \ object.hpp \ @@ -126,10 +128,12 @@ libzmq_la_SOURCES = app_thread.hpp \ epoll.cpp \ err.cpp \ fd_signaler.cpp \ + fq.cpp \ io_object.cpp \ io_thread.cpp \ ip.cpp \ kqueue.cpp \ + lb.cpp \ object.cpp \ options.cpp \ owned.cpp \ -- cgit v1.2.3