diff options
| author | Daniel P. Berrange | 2017-12-21 13:55:20 +0100 |
|---|---|---|
| committer | Daniel P. Berrangé | 2018-03-13 19:06:06 +0100 |
| commit | 58dc31f1a7dc6cd0f21bd51a34011ba366d36e53 (patch) | |
| tree | 9bd13cbc470c53428618096546c042590ebbdc2f /tests/.gitignore | |
| parent | sockets: strengthen test suite IP protocol availability checks (diff) | |
| download | qemu-58dc31f1a7dc6cd0f21bd51a34011ba366d36e53.tar.gz qemu-58dc31f1a7dc6cd0f21bd51a34011ba366d36e53.tar.xz qemu-58dc31f1a7dc6cd0f21bd51a34011ba366d36e53.zip | |
sockets: move fd_is_socket() into common sockets code
The fd_is_socket() helper method is useful in a few places, so put it in
the common sockets code. Make the code more compact while moving it.
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 18e58b2183..fb62d2299b 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -86,6 +86,7 @@ test-thread-pool test-throttle test-timed-average test-uuid +test-util-sockets test-visitor-serialization test-vmstate test-write-threshold |
