pipeline monitor on client side: missing ensureBuffer on monitor init

This commit is contained in:
Matej Sekoranja
2016-02-19 14:34:50 +01:00
parent bf9af13342
commit b99c49f6d8

View File

@@ -2507,6 +2507,7 @@ namespace epics {
// if streaming
if (pendingRequest & QOS_GET_PUT)
{
control->ensureBuffer(4);
buffer->putInt(m_queueSize);
}
}