ipmi: use SIGIO instead of SIGUSR2 to avoid conflict with JVM
authorVincent Bernat <vincent@bernat.im>
Fri, 23 Jan 2015 17:55:04 +0000 (18:55 +0100)
committerVincent Bernat <vincent@bernat.im>
Fri, 23 Jan 2015 17:57:05 +0000 (18:57 +0100)
commit6e54524e2554cda4e87ac0a74e462045e3e2667c
tree579ba2f1bed95143041f5ce0f506f136a4522f70
parent09f96ba6f02611aa3bce9d08eabbfd5c1fcdc879
ipmi: use SIGIO instead of SIGUSR2 to avoid conflict with JVM

Java uses SIGUSR2 to suspend/resume threads. The OpenIPMI plugins also
need a signal to resume its event loop when setting a timer. They can't
both use the same signal. We ask OpenIPMI to use SIGIO instead.

This should fix #114.
src/ipmi.c