From 4f1c8916b7c44b70021788d95ef020eb6883624f Mon Sep 17 00:00:00 2001 From: Christine Caulfield Date: Thu, 11 Dec 2008 09:42:17 +0000 Subject: [PATCH] Install quorum.h file git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1708 fd59a12c-fef9-0310-b244-a6a79926bd2f --- Makefile | 1 + lcr/lcr_ifact.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6b7fca0f..9302edf3 100644 --- a/Makefile +++ b/Makefile @@ -203,6 +203,7 @@ install: all install -m 644 $(srcdir)include/corosync/engine/coroapi.h $(DESTDIR)$(INCLUDEDIR_ENGINE) install -m 644 $(srcdir)include/corosync/engine/objdb.h $(DESTDIR)$(INCLUDEDIR_ENGINE) install -m 644 $(srcdir)include/corosync/engine/logsys.h $(DESTDIR)$(INCLUDEDIR_ENGINE) + install -m 644 $(srcdir)include/corosync/engine/quorum.h $(DESTDIR)$(INCLUDEDIR_ENGINE) install -m 644 $(srcdir)include/corosync/engine/config.h $(DESTDIR)$(INCLUDEDIR_ENGINE) install -m 644 $(srcdir)man/*.3 $(DESTDIR)$(MANDIR)/man3 install -m 644 $(srcdir)man/*.5 $(DESTDIR)$(MANDIR)/man5 diff --git a/lcr/lcr_ifact.c b/lcr/lcr_ifact.c index 748ea040..85a3373a 100644 --- a/lcr/lcr_ifact.c +++ b/lcr/lcr_ifact.c @@ -522,6 +522,8 @@ void lcr_component_register (struct lcr_comp *comp) instance->comp_handle = comp_handle; instance->dl_handle = NULL; + fprintf(stderr, "CC: lcr_component_register instance:%p ifaces:%p name: %s\n", instance, instance->ifaces, instance->ifaces->name); + hdb_handle_put (&lcr_component_instance_database, comp_handle);