Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3686920
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/lib/pengine/Makefile.am b/lib/pengine/Makefile.am
index e4da625dc2..a21d44f57f 100644
--- a/lib/pengine/Makefile.am
+++ b/lib/pengine/Makefile.am
@@ -1,33 +1,33 @@
#
# Copyright 2004-2018 Andrew Beekhof <andrew@beekhof.net>
#
# This source code is licensed under the GNU General Public License version 2
# or later (GPLv2+) WITHOUT ANY WARRANTY.
#
include $(top_srcdir)/Makefile.common
## libraries
lib_LTLIBRARIES = libpe_rules.la libpe_status.la
## SOURCES
noinst_HEADERS = unpack.h variant.h pe_status_private.h
libpe_rules_la_LDFLAGS = -version-info 26:1:0
libpe_rules_la_CFLAGS = $(CFLAGS_HARDENED_LIB)
libpe_rules_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB)
libpe_rules_la_LIBADD = $(top_builddir)/lib/common/libcrmcommon.la
libpe_rules_la_SOURCES = rules.c rules_alerts.c common.c
libpe_status_la_LDFLAGS = -version-info 28:1:0
libpe_status_la_CFLAGS = $(CFLAGS_HARDENED_LIB)
libpe_status_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB)
libpe_status_la_LIBADD = @CURSESLIBS@ $(top_builddir)/lib/common/libcrmcommon.la
-libpe_status_la_SOURCES = status.c unpack.c utils.c complex.c native.c container.c \
+libpe_status_la_SOURCES = status.c unpack.c utils.c complex.c native.c bundle.c \
group.c clone.c rules.c common.c failcounts.c remote.c
clean-generic:
rm -f *.log *.debug *~
diff --git a/lib/pengine/container.c b/lib/pengine/bundle.c
similarity index 100%
rename from lib/pengine/container.c
rename to lib/pengine/bundle.c
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Apr 21, 6:11 PM (11 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1665128
Default Alt Text
(1 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment