]> xenbits.xensource.com Git - libvirt.git/commit
virStream: Forbid negative seeks
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 18 May 2017 06:27:27 +0000 (08:27 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 May 2017 13:05:18 +0000 (15:05 +0200)
commit0da4a635bc00a5a0791b3fb96d5121679328dfec
treed3ef684777cd28ed7ffbdbca90bc5727738b5895
parent445a340bd4d30df15e5976284fb83755a6b020fa
virStream: Forbid negative seeks

Currently, we don't assign any meaning to that. Our current view
on virStream is that it's merely a pipe. And pipes don't support
seeking.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/internal.h
src/rpc/virnetclientstream.c
src/util/virfdstream.c