diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:20 +0000 |
commit | e5a812082ae033afb1eed82c0f2df3d0f6bdc93f (patch) | |
tree | a6716c9275b4b413f6c9194798b34b91affb3cc7 /include/pacemaker-internal.h | |
parent | Initial commit. (diff) | |
download | pacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.tar.xz pacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.zip |
Adding upstream version 2.1.6.upstream/2.1.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/pacemaker-internal.h')
-rw-r--r-- | include/pacemaker-internal.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/include/pacemaker-internal.h b/include/pacemaker-internal.h new file mode 100644 index 0000000..8610d1e --- /dev/null +++ b/include/pacemaker-internal.h @@ -0,0 +1,27 @@ +/* + * Copyright 2019-2022 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 PACEMAKER_INTERNAL__H +# define PACEMAKER_INTERNAL__H + +# include <pcmki/pcmki_acl.h> +# include <pcmki/pcmki_cluster_queries.h> +# include <pcmki/pcmki_fence.h> +# include <pcmki/pcmki_output.h> +# include <pcmki/pcmki_resource.h> +# include <pcmki/pcmki_result_code.h> +# include <pcmki/pcmki_rule.h> +# include <pcmki/pcmki_sched_allocate.h> +# include <pcmki/pcmki_sched_utils.h> +# include <pcmki/pcmki_scheduler.h> +# include <pcmki/pcmki_simulate.h> +# include <pcmki/pcmki_status.h> +# include <pcmki/pcmki_transition.h> + +#endif |