On 05/16/2017 10:03 AM, Michal Privoznik wrote:
This is just a helper function that takes in a length value,
encodes it into XDR and sends to client.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/libvirt_remote.syms | 1 +
src/rpc/virnetserverprogram.c | 35 +++++++++++++++++++++++++++++++++++
src/rpc/virnetserverprogram.h | 8 ++++++++
3 files changed, 44 insertions(+)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John