aboutsummaryrefslogtreecommitdiff
path: root/io/meson.build
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-06-20 12:01:45 +0100
committerDr. David Alan Gilbert <dgilbert@redhat.com>2022-06-22 18:11:21 +0100
commit87e42764490896e66ab8a3c93280384689b0acb4 (patch)
tree6d4733ca4c0a49db2a65f924d3484c6b89afeab4 /io/meson.build
parent1abaec9a1b2c23f7aa94709a422128d9e42c3e0b (diff)
io: add a QIOChannelNull equivalent to /dev/null
This is for code which needs a portable equivalent to a QIOChannelFile connected to /dev/null. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'io/meson.build')
-rw-r--r--io/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/meson.build b/io/meson.build
index bbcd3c53a4..283b9b2bdb 100644
--- a/io/meson.build
+++ b/io/meson.build
@@ -3,6 +3,7 @@ io_ss.add(files(
'channel-buffer.c',
'channel-command.c',
'channel-file.c',
+ 'channel-null.c',
'channel-socket.c',
'channel-tls.c',
'channel-util.c',