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 <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2010-11-05 16:38:52 +01:00
parent 623a9c9f1b
commit 9cfdb441f4
28 changed files with 67 additions and 67 deletions

View File

@@ -33,7 +33,7 @@ namespace zmq
{
public:
sub_t (class ctx_t *parent_, uint32_t slot_);
sub_t (class ctx_t *parent_, uint32_t tid_);
~sub_t ();
protected: