commit | d02776350d9c76348988fc9e58a64a4f6b1a9f61 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Nov 21 17:41:10 2012 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Jan 02 15:58:05 2013 +0100 |
tree | 16aca1151bf5e3658b60181c68dd07e7f537a49b | |
parent | 3e9ec521711ed033476098cfc7f23c992cc606a2 [diff] |
iov: add iov_discard_front/back() to remove data The iov_discard_front/back() functions remove data from the front or back of the vector. This is useful when peeling off header/footer structs. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>