2016-02-01 11:23:58 +03:00
<?xml version='1.0'?> <!-- * - nxml - * -->
2019-03-14 16:40:58 +03:00
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
2016-02-01 11:23:58 +03:00
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
2020-11-09 07:23:58 +03:00
SPDX-License-Identifier: LGPL-2.1-or-later
2016-02-01 11:23:58 +03:00
-->
2018-06-06 12:59:04 +03:00
<refentry id= "sd_journal_has_runtime_files" xmlns:xi= "http://www.w3.org/2001/XInclude" >
2016-02-01 11:23:58 +03:00
<refentryinfo >
<title > sd_journal_has_runtime_files</title>
<productname > systemd</productname>
</refentryinfo>
<refmeta >
<refentrytitle > sd_journal_has_runtime_files</refentrytitle>
<manvolnum > 3</manvolnum>
</refmeta>
<refnamediv >
<refname > sd_journal_has_runtime_files</refname>
<refname > sd_journal_has_persistent_files</refname>
2020-07-06 11:49:59 +03:00
<refpurpose > Query availability of runtime or persistent journal files</refpurpose>
2016-02-01 11:23:58 +03:00
</refnamediv>
<refsynopsisdiv >
<funcsynopsis >
<funcsynopsisinfo > #include < systemd/sd-journal.h> </funcsynopsisinfo>
<funcprototype >
<funcdef > int <function > sd_journal_has_runtime_files</function> </funcdef>
<paramdef > sd_journal *<parameter > j</parameter> </paramdef>
</funcprototype>
<funcprototype >
<funcdef > int <function > sd_journal_has_persistent_files</function> </funcdef>
<paramdef > sd_journal *<parameter > j</parameter> </paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
<para > <function > sd_journal_has_runtime_files()</function> returns a positive value
if runtime journal files (present in /run/systemd/journal/) have been found.
Otherwise returns 0.</para>
<para > <function > sd_journal_has_persistent_files()</function> returns a positive value
if persistent journal files (present in /var/log/journal/) have been found.
Otherwise returns 0.</para>
</refsect1>
<refsect1 >
<title > Return value</title>
<para > Both <function > sd_journal_has_runtime_files()</function>
and <function > sd_journal_has_persistent_files()</function> return -EINVAL
2020-11-12 10:58:00 +03:00
if their argument is <constant > NULL</constant> .
2016-02-01 11:23:58 +03:00
</para>
</refsect1>
2016-10-15 22:24:55 +03:00
<refsect1 >
<title > Notes</title>
2018-08-03 17:43:30 +03:00
<xi:include href= "threads-aware.xml" xpointer= "strict" />
2016-10-15 22:24:55 +03:00
2018-06-06 12:59:04 +03:00
<xi:include href= "libsystemd-pkgconfig.xml" xpointer= "pkgconfig-text" />
2016-10-15 22:24:55 +03:00
</refsect1>
2016-02-01 11:23:58 +03:00
<refsect1 >
<title > See Also</title>
<para >
<citerefentry > <refentrytitle > sd-journal</refentrytitle> <manvolnum > 3</manvolnum> </citerefentry>
</para>
</refsect1>
</refentry>