ports/net/pacemaker/files/patch-crmd_throttle.c
Tijl Coosemans dcf4604461 Add net/pacemaker.
Pacemaker is an advanced, scalable High-Availability cluster resource
manager for Linux-HA (Heartbeat) and/or Corosync.

It supports "n-node" clusters with significant capabilities for managing
resources and dependencies.

It will run scripts at initialization, when machines go up or down, when
related resources fail and can be configured to periodically check resource
health.

PR:		208221
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
2016-03-24 15:56:07 +00:00

11 lines
291 B
C

--- crmd/throttle.c.orig 2016-01-14 21:43:08 UTC
+++ crmd/throttle.c
@@ -389,7 +389,7 @@ throttle_mode(void)
unsigned int blocked = 0;
enum throttle_state_e mode = throttle_none;
-#ifdef ON_SOLARIS
+#if defined(ON_BSD) || defined(ON_SOLARIS)
return throttle_none;
#endif