Skip to content

Commit 882f5e8

Browse files
committed
Problem: extra abstraction layer type poller_t is in zmq.hpp
Solution: move to zmq_addon.hpp, rename to active_poller_t, and rename base_poller_t to poller_t
1 parent dc996cd commit 882f5e8

File tree

4 files changed

+218
-216
lines changed

4 files changed

+218
-216
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ add_executable(
2525
message.cpp
2626
context.cpp
2727
socket.cpp
28-
poller.cpp
28+
active_poller.cpp
2929
multipart.cpp
3030
)
3131

0 commit comments

Comments
 (0)