on second thought, should not be protected

This commit is contained in:
Emiel Bruijntjes 2015-11-17 10:07:33 +01:00
parent 1fc239f9fe
commit 3c6f909871
1 changed files with 2 additions and 3 deletions

View File

@ -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>