summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote-write.h
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-02-02 14:30:50 +0000
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-02-02 14:39:39 +0000
commitd02af6f33b69c1335f338e941c8fafb3c2b1a390 (patch)
tree6634305f7e20a3b242564260af3bf8f21ac1d1a2 /src/journal-remote/journal-remote-write.h
parent613d65d88fb4c615e454776cce73ca214367ba06 (diff)
downloadsystemd-d02af6f33b69c1335f338e941c8fafb3c2b1a390.tar.gz
journal: Rename JournaldFile to ManagedJournalFile
JournalFile and JournaldFile are hard to distinguish from each other. Let's use ManagedJournalFile instead to make the distinction more clear.
Diffstat (limited to 'src/journal-remote/journal-remote-write.h')
-rw-r--r--src/journal-remote/journal-remote-write.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/journal-remote/journal-remote-write.h b/src/journal-remote/journal-remote-write.h
index d97f6c674b..ccbea29fbd 100644
--- a/src/journal-remote/journal-remote-write.h
+++ b/src/journal-remote/journal-remote-write.h
@@ -1,13 +1,13 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
-#include "journald-file.h"
#include "journal-importer.h"
+#include "managed-journal-file.h"
typedef struct RemoteServer RemoteServer;
typedef struct Writer {
- JournaldFile *journal;
+ ManagedJournalFile *journal;
JournalMetrics metrics;
MMapCache *mmap;