ext/libuv/src/win/internal.h in libuv-2.0.12 vs ext/libuv/src/win/internal.h in libuv-3.0.0
- old
+ new
@@ -379,6 +379,16 @@
/* Ip address used to bind to any port at any interface */
extern struct sockaddr_in uv_addr_ip4_any_;
extern struct sockaddr_in6 uv_addr_ip6_any_;
+/*
+ * Wake all loops with fake message
+ */
+void uv__wake_all_loops();
+
+/*
+ * Init system wake-up detection
+ */
+void uv__init_detect_system_wakeup();
+
#endif /* UV_WIN_INTERNAL_H_ */