Page MenuHomeClusterLabs Projects

pcmki_error.h
No OneTemporary

pcmki_error.h

/*
* 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

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)

Event Timeline