From ce2b29af43b4624e053377ef00c5a7e2b80c08b7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 19 Apr 2012 20:17:47 +0200 Subject: Clock instance removed from surveyor_t SURVEYOR socket now uses clock instance from socket_base_t for measuring survey timeout. This allows for better performance in tight xs_recv() loops. Signed-off-by: Martin Sustrik --- src/socket_base.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/socket_base.hpp') diff --git a/src/socket_base.hpp b/src/socket_base.hpp index 0f7dca8..54a5f0a 100644 --- a/src/socket_base.hpp +++ b/src/socket_base.hpp @@ -133,6 +133,9 @@ namespace xs // Delay actual destruction of the socket. void process_destroy (); + // Measure time in efficient manner. + uint64_t now_ms (); + private: // Initialise the object. This function is separate from constructor -- cgit v1.2.3