uv: Upgrade to v0.10.18
[platform/upstream/nodejs.git] / deps / uv / include / uv-private / uv-darwin.h
index 4037f5c..e861cba 100644 (file)
@@ -36,8 +36,8 @@
 
 #define UV_PLATFORM_LOOP_FIELDS                                               \
   uv_thread_t cf_thread;                                                      \
-  void* _cf_reserved;                                                         \
-  void* cf_state;                                                             \
+  void* cf_cb;                                                                \
+  void* cf_loop;                                                              \
   uv_mutex_t cf_mutex;                                                        \
   uv_sem_t cf_sem;                                                            \
   ngx_queue_t cf_signals;                                                     \
   char* realpath;                                                             \
   int realpath_len;                                                           \
   int cf_flags;                                                               \
-  void* cf_event;                                                             \
+  void* cf_eventstream;                                                       \
   uv_async_t* cf_cb;                                                          \
-  ngx_queue_t cf_member;                                                      \
-  uv_sem_t _cf_reserved;                                                      \
+  ngx_queue_t cf_events;                                                      \
+  uv_sem_t cf_sem;                                                            \
   uv_mutex_t cf_mutex;                                                        \
 
 #define UV_STREAM_PRIVATE_PLATFORM_FIELDS                                     \