Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4623145
pcmki_error.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
pcmki_error.h
View Options
/*
* Copyright 2007-2019 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
* This source code is licensed under the GNU Lesser General Public License
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
*/
#ifndef PCMKI_ERROR__H
# define PCMKI_ERROR__H
#define CMD_ERR(fmt, args...) do { \
crm_warn(fmt, ##args); \
fprintf(stderr, fmt "\n", ##args); \
} while(0)
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Tue, Jul 8, 2:47 PM (3 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1994751
Default Alt Text
pcmki_error.h (502 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment