From 9cfdb441f45057c7106a101835d65164fce9470a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 5 Nov 2010 16:38:52 +0100 Subject: slots renamed to tids Threads were so far identified by integers called 'slots'. This patch renames them to more comprehensible 'tid's (thread IDs). Signed-off-by: Martin Sustrik --- src/own.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/own.hpp') diff --git a/src/own.hpp b/src/own.hpp index d9ef1dd..7090d62 100644 --- a/src/own.hpp +++ b/src/own.hpp @@ -43,7 +43,7 @@ namespace zmq // The object is not living within an I/O thread. It has it's own // thread outside of 0MQ infrastructure. - own_t (class ctx_t *parent_, uint32_t slot_); + own_t (class ctx_t *parent_, uint32_t tid_); // The object is living within I/O thread. own_t (class io_thread_t *io_thread_, const options_t &options_); -- cgit v1.2.3