arunoda / node-usage

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

Update NAN module to version 2.0.9 and fix the c++ bindings. #51

Closed pvomhoff closed 9 years ago

pvomhoff commented 9 years ago

node v4 comes with the new version of the v8 engine. So some compile errors occured.

I added the newest version of nan and fixed the calls of it in the bindings.cpp

arunoda commented 9 years ago

Thanks.