diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-07 11:36:10 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-07 11:36:10 -0700 |
commit | a3127199b8a380ff8abeaa572da1e191a9b396ea (patch) | |
tree | 6397f72ad87513b5a94e0fccf0749b2e6f4a2320 /gr-zeromq/lib/pull_source_impl.h | |
parent | ddb4c1d744b417e79cf2d263d6cd8db37c4dbcb2 (diff) | |
parent | a036dd2f3e74387316946fbac47282a9e7c1e87d (diff) |
Merge remote-tracking branch 'iohannez/vlen' into zeromq
Diffstat (limited to 'gr-zeromq/lib/pull_source_impl.h')
-rw-r--r-- | gr-zeromq/lib/pull_source_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-zeromq/lib/pull_source_impl.h b/gr-zeromq/lib/pull_source_impl.h index 6e3e686689..5140dc54bb 100644 --- a/gr-zeromq/lib/pull_source_impl.h +++ b/gr-zeromq/lib/pull_source_impl.h @@ -33,6 +33,7 @@ namespace gr { { private: size_t d_itemsize; + size_t d_vlen; int d_timeout; // microseconds, -1 is blocking zmq::context_t *d_context; zmq::socket_t *d_socket; |