arunoda / node-usage

process usage lookup with nodejs
MIT License
389 stars 93 forks source link

Explicit cast to uv_after_work_cb added to fix compatibility issue on node v0.10 under solaris #12

Closed akloeber closed 10 years ago

akloeber commented 10 years ago

This is caused by an API change (signature of uv_after_work_cb changed), see migration guide on https://github.com/joyent/node/wiki/Api-changes-between-v0.8-and-v0.10.

Fixes #11

arunoda commented 10 years ago

Thanks. Published as 0.3.9 to npm.