Code

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)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 26 Jan 2015 13:05:12 +0000 (14:05 +0100)
commit89b7a6dfb77e5529e5089bf6593ed9fd83202429
tree3471ad88ee9dc91d56eb79e79494e68c798edcd2
parent8fa66d76900da4206f9066737c974dcfd2bd2e34
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