]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/systemd/sd-messages.h
journal: add new system-cat tool as kind of a more powerfull BSD logger
[thirdparty/systemd.git] / src / systemd / sd-messages.h
CommitLineData
ea41a8a9
LP
1/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
2
3#ifndef foosdmessageshfoo
4#define foosdmessageshfoo
5
6/***
7 This file is part of systemd.
8
9 Copyright 2012 Lennart Poettering
10
11 systemd is free software; you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
15
16 systemd is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with systemd; If not, see <http://www.gnu.org/licenses/>.
23***/
24
25#include <systemd/sd-id128.h>
26
f9873976
LP
27#ifdef __cplusplus
28extern "C" {
29#endif
30
ea41a8a9
LP
31#define SD_MESSAGE_JOURNAL_START SD_ID128_MAKE(f7,73,79,a8,49,0b,40,8b,be,5f,69,40,50,5a,77,7b)
32#define SD_MESSAGE_JOURNAL_STOP SD_ID128_MAKE(d9,3f,b3,c9,c2,4d,45,1a,97,ce,a6,15,ce,59,c0,0b)
33#define SD_MESSAGE_JOURNAL_DROPPED SD_ID128_MAKE(a5,96,d6,fe,7b,fa,49,94,82,8e,72,30,9e,95,d6,1e)
34
f9873976
LP
35#ifdef __cplusplus
36}
37#endif
38
ea41a8a9 39#endif