Skip to content

Commit

Permalink
Fixes #10 - Updated module to work with node 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Mar 12, 2013
1 parent 1035933 commit d59f8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getrusage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ extern "C" void init(Handle<Object> target) {
target->Set(String::New("getsystemtime"), FunctionTemplate::New(GetSystemTime)->GetFunction());
}

NODE_MODULE(getrusage, init)

0 comments on commit d59f8a2

Please sign in to comment.