Skip to content

Commit

Permalink
Complete eio upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 6, 2011
1 parent 610436f commit 3ebbf6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node_net.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ static int AfterResolve(eio_req *req) {
}


static int Resolve(eio_req *req) {
static void Resolve(eio_req *req) {
// Note: this function is executed in the thread pool! CAREFUL
struct resolve_request * rreq = (struct resolve_request *) req->data;

Expand All @@ -1612,7 +1612,6 @@ static int Resolve(eio_req *req) {
NULL,
&hints,
&(rreq->address_list));
return 0;
}


Expand Down

0 comments on commit 3ebbf6e

Please sign in to comment.