commit | 8884968a46f5413345de7b0085388a367eb9caae | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 13 22:58:44 2011 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 13 22:58:44 2011 +0000 |
tree | 6ea133fb5d4d5983df6fc09ebcd872bc363b50b6 | |
parent | fcda7a5f4fcfbedb5493bbfc1b37e53c6b3a575c [diff] |
Add argument to tprint_iov() specifying whether to decode each iovec * defs.h (tprint_iov): Add decode_iov argument. * io.c (tprint_iov): Implement new decode_iov argument. (sys_readv, sys_writev, sys_sendfile, sys_preadv, sys_pwritev): Update tprint_iov calls. * net.c (do_msghdr): Likewise.