unbreak the build

* remove llarp/ev/pipe.cpp from cmake
* fix typo in llarp/ev/ev_libuv.cpp
pull/1509/head
Jeff Becker 3 years ago
parent 49b9ad7197
commit 82b3ec19e8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -50,7 +50,6 @@ endif()
add_library(lokinet-platform
# for networking
ev/ev.cpp
ev/pipe.cpp
ev/ev_libuv.cpp
net/ip.cpp
net/ip_address.cpp

@ -304,7 +304,7 @@ namespace libuv
log.logStream->Tick(loop->time_now());
}
constexpr size_t TimeQueueSize = 20;
constexpr size_t TimerQueueSize = 20;
Loop::Loop(size_t queue_size)
: llarp::EventLoop{}

Loading…
Cancel
Save