summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal/test-journal.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-10-19 16:01:38 +0200
committerLennart Poettering <lennart@poettering.net>2023-10-20 10:34:33 +0200
commitbd1ae178336a3d9143feea35bb4885c923581e1d (patch)
treeace0e0a86173f28b68adb4359a1f11a44097ddce /src/libsystemd/sd-journal/test-journal.c
parentexecutor: return instead of assert on invalid command line arguments (diff)
downloadsystemd-bd1ae178336a3d9143feea35bb4885c923581e1d.tar.xz
systemd-bd1ae178336a3d9143feea35bb4885c923581e1d.zip
io-util: split out "struct iovec" related calls into their own .c/.h files
This is preparation for #28891, which adds a bunch more helpers around "struct iovec", at which point this really deserves its own .c/.h file. The idea is that we sooner or later can consider "struct iovec" as an entirely generic mechanism to reference some binary blob, and is the go-to type for this purpose whenever we need one.
Diffstat (limited to 'src/libsystemd/sd-journal/test-journal.c')
-rw-r--r--src/libsystemd/sd-journal/test-journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-journal/test-journal.c b/src/libsystemd/sd-journal/test-journal.c
index a0916a0a24..badf6cdb45 100644
--- a/src/libsystemd/sd-journal/test-journal.c
+++ b/src/libsystemd/sd-journal/test-journal.c
@@ -4,7 +4,7 @@
#include <unistd.h>
#include "chattr-util.h"
-#include "io-util.h"
+#include "iovec-util.h"
#include "journal-authenticate.h"
#include "journal-file-util.h"
#include "journal-vacuum.h"