richardhundt / luv

libuv bindings for Lua
Apache License 2.0
118 stars 19 forks source link

ray_send definition seems missing #28

Closed hnakamur closed 11 years ago

hnakamur commented 11 years ago

When I grep for the ray_send definition in commit 597cd0f4c283f25c7ea6acf010cb7bf03f765b2d, I got only references to ray_send.

$ grep -r ray_send .
./src/ray_stream.c:        ray_send(from, self, ray_msg(RAY_DATA,nval));
./src/ray_stream.c:        ray_send(from, self, ray_msg(RAY_ERROR, 2));
./src/ray_net.c:  ray_send(self, self, ray_msg(RAY_DATA,2));
./src/ray_net.c:  ray_send(curr, self);
./src/ray_thread.c:  ray_send(self, NULL, RAY_CLOSE);
./src/ray_thread.c:  ray_send(self, NULL, RAY_CLOSE);

Could you check if you push all necessary source files?

hnakamur commented 11 years ago

I close this issue. See https://github.com/richardhundt/luv/issues/27#issuecomment-10333356