From ea26da0be7f4776d894874d68e468586b3be0efa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 6 Aug 2014 16:54:53 +0200 Subject: util/FifoBuffer: rename to StaticFifoBuffer --- src/event/BufferedSocket.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event') diff --git a/src/event/BufferedSocket.hxx b/src/event/BufferedSocket.hxx index 1c9b44e46..b1882de2f 100644 --- a/src/event/BufferedSocket.hxx +++ b/src/event/BufferedSocket.hxx @@ -22,7 +22,7 @@ #include "check.h" #include "SocketMonitor.hxx" -#include "util/FifoBuffer.hxx" +#include "util/StaticFifoBuffer.hxx" #include #include @@ -34,7 +34,7 @@ class EventLoop; * A #SocketMonitor specialization that adds an input buffer. */ class BufferedSocket : protected SocketMonitor { - FifoBuffer input; + StaticFifoBuffer input; public: BufferedSocket(int _fd, EventLoop &_loop) -- cgit v1.2.3