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/pull.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pull.hpp') diff --git a/src/pull.hpp b/src/pull.hpp index 83eae68..cd598d6 100644 --- a/src/pull.hpp +++ b/src/pull.hpp @@ -30,7 +30,7 @@ namespace zmq { public: - pull_t (class ctx_t *parent_, uint32_t slot_); + pull_t (class ctx_t *parent_, uint32_t tid_); ~pull_t (); protected: -- cgit v1.2.3