From 35797d6c69032fc9eaa472c501b7fbba8e388026 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:04:30 +0900 Subject: Polling handle is a fixed type now. Polling handle type was previously dependent on polling mechanism used. Now it is void* in all cases. This patch is a first step in the long way to separate the transports from the core library. Signed-off-by: Martin Sustrik --- src/io_thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io_thread.hpp') diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 4a53c15..0acb60d 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -77,7 +77,7 @@ namespace xs mailbox_t mailbox; // Handle associated with mailbox' file descriptor. - poller_t::handle_t mailbox_handle; + handle_t mailbox_handle; // I/O multiplexing is performed using a poller object. poller_t *poller; -- cgit v1.2.3