pacemaker
2.1.2-ada5c3b36
Scalable High-Availability cluster resource manager
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
l
n
p
r
s
t
u
v
w
+
Typedefs
a
c
e
g
l
m
n
o
p
r
s
t
u
x
+
Enumerations
a
c
e
l
m
n
o
p
r
s
t
x
+
Enumerator
a
c
e
l
m
n
o
p
r
s
t
v
x
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
include
pcmki
pcmki_error.h
Go to the documentation of this file.
1
/*
2
* Copyright 2007-2019 the Pacemaker project contributors
3
*
4
* The version control history for this file may have further details.
5
*
6
* This source code is licensed under the GNU Lesser General Public License
7
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
8
*/
9
#ifndef PCMKI_ERROR__H
10
# define PCMKI_ERROR__H
11
12
#define CMD_ERR(fmt, args...) do { \
13
crm_warn(fmt, ##args); \
14
fprintf(stderr, fmt "\n", ##args); \
15
} while(0)
16
17
#endif
Generated on Wed Nov 24 2021 11:15:07 for pacemaker by
1.8.14