diff options
Diffstat (limited to 'tools/testing/vsock/util.h')
| -rw-r--r-- | tools/testing/vsock/util.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/testing/vsock/util.h b/tools/testing/vsock/util.h index d1f765ce3eee..5e2db67072d5 100644 --- a/tools/testing/vsock/util.h +++ b/tools/testing/vsock/util.h @@ -54,6 +54,7 @@ int vsock_stream_listen(unsigned int cid, unsigned int port);  int vsock_seqpacket_accept(unsigned int cid, unsigned int port,  			   struct sockaddr_vm *clientaddrp);  void vsock_wait_remote_close(int fd); +bool vsock_wait_sent(int fd);  void send_buf(int fd, const void *buf, size_t len, int flags,  	      ssize_t expected_ret);  void recv_buf(int fd, void *buf, size_t len, int flags, ssize_t expected_ret); @@ -79,4 +80,5 @@ void setsockopt_int_check(int fd, int level, int optname, int val,  void setsockopt_timeval_check(int fd, int level, int optname,  			      struct timeval val, char const *errmsg);  void enable_so_zerocopy_check(int fd); +void enable_so_linger(int fd, int timeout);  #endif /* UTIL_H */ | 
