From 3044587cfbc9908c89f8edfa5a95dba9c3c64052 Mon Sep 17 00:00:00 2001 From: jaybroker <550842008@qq.com> Date: Mon, 21 Nov 2016 11:15:13 +0800 Subject: [PATCH] Update epoll.cpp --- dstore/network/epoll.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dstore/network/epoll.cpp b/dstore/network/epoll.cpp index c1b3b0a..7a16a2c 100644 --- a/dstore/network/epoll.cpp +++ b/dstore/network/epoll.cpp @@ -8,8 +8,8 @@ using namespace dstore::common; using namespace dstore::network; -EpollAPI::EpollAPI(EventLoop *loop) - : epfd_(0), events_(nullptr), loop_size_(0), loop_(loop) +EpollAPI::EpollAPI(EventLoop *lop) + : epfd_(0), events_(nullptr), loop_size_(0), loop_(lop) { }