author | Vincent Bernat <vincent@bernat.im> | |
Fri, 23 Jan 2015 17:55:04 +0000 (18:55 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 26 Jan 2015 13:05:12 +0000 (14:05 +0100) | ||
commit | 89b7a6dfb77e5529e5089bf6593ed9fd83202429 | |
tree | 3471ad88ee9dc91d56eb79e79494e68c798edcd2 | tree | snapshot |
parent | 8fa66d76900da4206f9066737c974dcfd2bd2e34 | commit | diff |
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.
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 | diff | blob | history |