~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to deps/uv/src/unix/internal.h

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
int uv__kqueue_init(uv_loop_t* loop);
184
184
int uv__platform_loop_init(uv_loop_t* loop, int default_loop);
185
185
void uv__platform_loop_delete(uv_loop_t* loop);
 
186
void uv__platform_invalidate_fd(uv_loop_t* loop, int fd);
186
187
 
187
188
/* various */
188
189
void uv__async_close(uv_async_t* handle);