From b99c49f6d81a3373c0ccb1e155371a5e64c82fc2 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Fri, 19 Feb 2016 14:34:50 +0100 Subject: [PATCH] pipeline monitor on client side: missing ensureBuffer on monitor init --- src/remoteClient/clientContextImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index b45eb1e..51bc21d 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -2507,6 +2507,7 @@ namespace epics { // if streaming if (pendingRequest & QOS_GET_PUT) { + control->ensureBuffer(4); buffer->putInt(m_queueSize); } }