Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index 95a1fa487ae01138cf35464cda9c989f61216cf3..f6c59d22d14391451b7dcd782be7479aa71b1a42 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -42,6 +42,7 @@ class EventHandlerImplementation { |
void HandleInterruptFd(); |
void SetPort(intptr_t fd, Dart_Port dart_port, intptr_t mask); |
Dart_Port PortFor(intptr_t fd); |
+ bool IsListeningSocket(intptr_t fd); |
intptr_t GetPollEvents(struct pollfd* pollfd); |
void SetPollEvents(struct pollfd* pollfds, intptr_t mask); |