diff options
author | Daiki Ueno <dueno@redhat.com> | 2019-08-01 17:41:45 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2019-08-09 08:47:05 +0200 |
commit | 38c8dc4317296624cba5b2c8ddba6e9047048180 (patch) | |
tree | 539f71c718262c448baf538f6fecc79339532787 /.gitignore | |
parent | 3f2c3b8d5378dd5a8c1026a80fd15330254ffe8f (diff) | |
download | gnutls-38c8dc4317296624cba5b2c8ddba6e9047048180.tar.gz |
iov: add iterator interface for giovec_t
This adds an iterator interface over giovec_t array, extracting a
fixed sized block.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e80cff4539..26d29fcf34 100644 --- a/.gitignore +++ b/.gitignore @@ -431,6 +431,7 @@ tests/infoaccess tests/init_fds tests/init_roundtrip tests/insecure_key +tests/iov tests/ip-check tests/ip-utils tests/key-export-pkcs8 |