#include <crm_internal.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <glib.h>
#include <dlfcn.h>
#include <crm/crm.h>
#include <crm/stonith-ng.h>
#include <crm/fencing/internal.h>
#include <crm/common/xml.h>
#include <stonith/stonith.h>
#include "fencing_private.h"
#include <pils/plugin.h>
Go to the source code of this file.
◆ LHA_STONITH_LIBRARY
#define LHA_STONITH_LIBRARY "libstonith.so.1" |
◆ i_hate_pils()
const char * i_hate_pils |
( |
int | rc | ) |
|
◆ stonith__agent_is_lha()
bool stonith__agent_is_lha |
( |
const char * | agent | ) |
|
◆ stonith__lha_metadata()
int stonith__lha_metadata |
( |
const char * | agent, |
|
|
int | timeout, |
|
|
char ** | output ) |
◆ stonith__lha_validate()
int stonith__lha_validate |
( |
stonith_t * | st, |
|
|
int | call_options, |
|
|
const char * | target, |
|
|
const char * | agent, |
|
|
GHashTable * | params, |
|
|
int | timeout, |
|
|
char ** | output, |
|
|
char ** | error_output ) |
◆ stonith__list_lha_agents()