From 1fc239f9fe49c4ad75a93e9783736abaf27fc8ac Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 17 Nov 2015 10:06:26 +0100 Subject: [PATCH] loop member is now protected (could be useful) --- include/libev.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/libev.h b/include/libev.h index fe6b7cc..733db19 100644 --- a/include/libev.h +++ b/include/libev.h @@ -95,13 +95,14 @@ private: } }; - +protected: /** * The event loop * @var struct ev_loop* */ struct ev_loop *_loop; - + +private: /** * All I/O watchers that are active, indexed by their filedescriptor * @var std::map