mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-13 14:54:41 +00:00
Install quorum.h file
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1708 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
dc8fbb4f7a
commit
4f1c8916b7
1
Makefile
1
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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user