Ejemplo n.º 1
0
int zmq::dist_t::send_to_all (msg_t *msg_)
{
    matching = active;
    return send_to_matching (msg_);
}
Ejemplo n.º 2
0
Archivo: dist.cpp Proyecto: adeze/libxs
int xs::dist_t::send_to_all (msg_t *msg_, int flags_)
{
    matching = active;
    return send_to_matching (msg_, flags_);
}