diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-12 13:35:10 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-08-04 15:51:22 +0200 |
commit | 3a1dca94d6dba00fe0fd4c4a28449f57e01b9b6c (patch) | |
tree | 6962d3b2f20e0a9d502887bf41b71694b58806fd /iov.h | |
parent | fa57ee8ed246cfea53acd09663203deda64b4f33 (diff) |
Add iov_hexdump()
Useful for debugging purposes.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'iov.h')
-rw-r--r-- | iov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ size_t iov_from_buf(struct iovec *iov, unsigned int iov_cnt, size_t iov_to_buf(const struct iovec *iov, const unsigned int iov_cnt, void *buf, size_t iov_off, size_t size); size_t iov_size(const struct iovec *iov, const unsigned int iov_cnt); +void iov_hexdump(const struct iovec *iov, const unsigned int iov_cnt, + FILE *fp, const char *prefix, size_t limit); |