Commit 6127c752 by Konstantin Käfer

fix compilation on libeio provided by debian (fix by @pyneo)

parent e71bce17
......@@ -75,6 +75,17 @@ You can also use [`npm`](https://github.com/isaacs/npm) to download and install
# CONTRIBUTORS
* [Konstantin Käfer](https://github.com/kkaefer)
* [Orlando Vazquez](https://github.com/orlandov)
* [Artem Kustikov](https://github.com/artiz)
* [Eric Fredricksen](https://github.com/grumdrig)
* [John Wright](https://github.com/mrjjwright)
* [Ryan Dahl](https://github.com/ry)
* [Will White](https://github.com/willwhite)
* [Tom MacWright](https://github.com/tmcw)
* [Dane Springmeyer](https://github.com/springmeyer)
* [Carter Thaxton](https://github.com/carter-thaxton)
* [Audrius Kažukauskas](https://github.com/audriusk)
* [pyneo](https://github.com/pyneo)
......
......@@ -14,7 +14,8 @@
"Tom MacWright <tom@developmentseed.org>",
"Dane Springmeyer <dane@developmentseed.org>",
"Carter Thaxton <carter.thaxton@gmail.com>",
"Audrius Kažukauskas <audrius@neutrino.lt>"
"Audrius Kažukauskas <audrius@neutrino.lt>",
"pyneo"
],
"repository": {
"type": "git",
......
......@@ -53,7 +53,7 @@ public:
}
inline ~Async() {
ev_invoke(&watcher, ev_async_pending(&watcher));
ev_invoke(EV_DEFAULT_UC_ &watcher, ev_async_pending(&watcher));
pthread_mutex_destroy(&mutex);
ev_async_stop(EV_DEFAULT_UC_ &watcher);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment