Hi Gerhard,

On Mon, May 14, 2012 at 7:49 PM, Gerhard Lipp <[email protected]> wrote:
> thanks for the diagram! I would like to locate the variables cntA  /
> cntB in source to understand what is going on (and why). Could you
> please point me in the right direction?
>

Look at src/signaller.cpp. When it's on linux, and eventfd is
supported, the real counter
is inside that eventfd. In other implementations the counter is number
of bytes that
are currently in pipe's buffer. In any case it's value is read inside
signaler_t::recv.

-- 
Paul
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to