summaryrefslogtreecommitdiff
path: root/gr-zeromq/include/gnuradio/zeromq/pull_source.h
diff options
context:
space:
mode:
authorCamilo Solano <solano@ti.rwth-aachen.de>2014-05-06 18:38:43 +0200
committerCamilo Solano <solano@ti.rwth-aachen.de>2014-05-06 18:38:43 +0200
commitedd1405c7f2bcd79e8fb5aa72189e13a37c1ed02 (patch)
treeb177320d78a4fbb897d2c60daa6787078967412e /gr-zeromq/include/gnuradio/zeromq/pull_source.h
parentaec45a60b208d045daf766b18631159094cb1042 (diff)
Add vlen
Diffstat (limited to 'gr-zeromq/include/gnuradio/zeromq/pull_source.h')
-rw-r--r--gr-zeromq/include/gnuradio/zeromq/pull_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/include/gnuradio/zeromq/pull_source.h b/gr-zeromq/include/gnuradio/zeromq/pull_source.h
index 46d861b270..12c1005174 100644
--- a/gr-zeromq/include/gnuradio/zeromq/pull_source.h
+++ b/gr-zeromq/include/gnuradio/zeromq/pull_source.h
@@ -50,7 +50,7 @@ namespace gr {
* \param timeout Receive timeout in seconds, default is 100ms, 1us increments
*
*/
- static sptr make(size_t itemsize, char *address, float timeout=0.1);
+ static sptr make(size_t itemsize, size_t vlen, char *address, float timeout=0.1);
};
} // namespace zeromq