table of contents
conflicting packages
SD_JOURNAL_STREAM_FD(3) | sd_journal_stream_fd | SD_JOURNAL_STREAM_FD(3) |
NAME¶
sd_journal_stream_fd - Create log stream file descriptor to the journal
SYNOPSIS¶
#include <elogind/sd-journal.h>
int sd_journal_stream_fd(const char *identifier, int priority, int level_prefix);
DESCRIPTION¶
sd_journal_stream_fd() has no purpose in elogind and always returns -ENOSYS.
RETURN VALUE¶
The call always returns -ENOSYS.
SEE ALSO¶
elogind 246.9.1 |