pacemaker
3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
lib
common
action_relation.c
Go to the documentation of this file.
1
/*
2
* Copyright 2024 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
10
#include <
crm_internal.h
>
11
12
#include <stdlib.h>
// free()
13
#include <glib.h>
// gpointer
14
15
#include <
crm/common/scheduler.h
>
16
23
void
24
pcmk__free_action_relation
(gpointer user_data)
25
{
26
pcmk__action_relation_t
*relation = user_data;
27
28
free(relation->
task1
);
29
free(relation->
task2
);
30
free(relation);
31
}
pcmk__free_action_relation
void pcmk__free_action_relation(gpointer user_data)
Definition
action_relation.c:24
crm_internal.h
scheduler.h
Scheduler API.
pcmk__action_relation_t
Definition
action_relation_internal.h:139
pcmk__action_relation_t::task2
char * task2
Definition
action_relation_internal.h:147
pcmk__action_relation_t::task1
char * task1
Definition
action_relation_internal.h:144
Generated on Thu Aug 7 2025 12:04:47 for pacemaker by
1.12.0