added OpenPGM sender - ZMQ_PUB

This commit is contained in:
malosek
2009-09-11 17:58:37 +02:00
parent e940878b3f
commit 1a4d6f9119
14 changed files with 1361 additions and 21 deletions

View File

@@ -24,6 +24,8 @@ zmq::options_t::options_t () :
lwm (0),
swap (0),
mask (0),
affinity (0)
affinity (0),
rate (0),
recovery_ivl (0)
{
}