mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 05:46:19 +00:00
Add corosync-quorumtool
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2406 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
3ffb151aa7
commit
6f3fabe398
@ -819,9 +819,11 @@ coroipcc_dispatch_get (
|
||||
goto error_put;
|
||||
} else
|
||||
if (poll_events == -1) {
|
||||
error = CS_ERR_LIBRARY;
|
||||
goto error_put;
|
||||
} else
|
||||
if (poll_events == 0) {
|
||||
error = CS_ERR_TRY_AGAIN;
|
||||
goto error_put;
|
||||
}
|
||||
if (poll_events == 1 && (ufds.revents & (POLLERR|POLLHUP))) {
|
||||
|
@ -34,7 +34,7 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
||||
|
||||
sbin_PROGRAMS = corosync-fplay corosync-cfgtool \
|
||||
corosync-keygen corosync-objctl \
|
||||
corosync-pload corosync-cpgtool
|
||||
corosync-pload corosync-cpgtool corosync-quorumtool
|
||||
|
||||
corosync_pload_LDADD = -lpload -lcoroipcc
|
||||
corosync_pload_LDFLAGS = -L../lib
|
||||
@ -44,6 +44,9 @@ corosync_cfgtool_LDADD = -lcfg -lcoroipcc
|
||||
corosync_cfgtool_LDFLAGS= -L../lib
|
||||
corosync_cpgtool_LDADD = -lcfg -lcpg -lcoroipcc
|
||||
corosync_cpgtool_LDFLAGS= -L../lib
|
||||
corosync_quorumtool_LDADD = -lconfdb -lcfg -lquorum \
|
||||
-lvotequorum -lcoroipcc ../lcr/liblcr.a
|
||||
corosync_quorumtool_LDFLAGS = -L../lib
|
||||
|
||||
lint:
|
||||
-splint $(LINT_FLAGS) $(CFLAGS) *.c
|
||||
|
Loading…
Reference in New Issue
Block a user