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);