diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-02-27 18:25:25 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2015-12-18 12:18:31 +0000 |
commit | d6e48869a41b61bb2f4eb0a787c08225630feb9e (patch) | |
tree | 9eb1ad774b0adb6055fc2e4440edb6929bc55725 /tests/.gitignore | |
parent | 559607ea173a0003efda7f884bec73b242f923fb (diff) |
io: add QIOChannelFile class
Add a QIOChannel subclass that is capable of operating on things
that are files, such as plain files, pipes, character/block
devices, but notably not sockets.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 6164cfa2c5..6160003e75 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -24,6 +24,8 @@ test-cutils test-hbitmap test-int128 test-iov +test-io-channel-file +test-io-channel-file.txt test-io-channel-socket test-io-task test-mul64 |