Jelajahi Sumber

Install quorum.h file

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1708 fd59a12c-fef9-0310-b244-a6a79926bd2f
Christine Caulfield 17 tahun lalu
induk
melakukan
4f1c8916b7
2 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 1 0
      Makefile
  2. 2 0
      lcr/lcr_ifact.c

+ 1 - 0
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

+ 2 - 0
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);