summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 21:43:49 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 21:46:48 +0100
commit4cd9a9d9ecf3a8835e21930f3215a5f5b74144be (patch)
tree3f80971f11384561d85fa04a6efd8f65bc28be3f /src/systemd
parent258cdffc2f9f8cd3d243bd19f507bc73009d77d9 (diff)
journal: rename syslog tag to identifier since that's what we call it on the server side.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-journal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h
index d1fb149c1..e7d1e013c 100644
--- a/src/systemd/sd-journal.h
+++ b/src/systemd/sd-journal.h
@@ -31,7 +31,6 @@
/* TODO:
*
- * - add options for copy-to-console, copy-to-kmsg
* - OR of matches is borked...
* - extend hash tables table as we go
* - accelerate looking for "all hostnames" and suchlike.
@@ -55,7 +54,7 @@ int sd_journal_printv(int priority, const char *format, va_list ap);
int sd_journal_send(const char *format, ...) __attribute__((sentinel));
int sd_journal_sendv(const struct iovec *iov, int n);
-int sd_journal_stream_fd(const char *tag, int priority, int priority_prefix);
+int sd_journal_stream_fd(const char *identifier, int priority, int level_prefix);
/* Browse journal stream */