on second thought, should not be protected
This commit is contained in:
parent
1fc239f9fe
commit
3c6f909871
|
|
@ -95,14 +95,13 @@ 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<int,Watcher>
|
||||
|
|
|
|||
Loading…
Reference in New Issue