X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipmi.c;h=51d33dcb79635733d395fec6338c3ec4a7fe0036;hb=cedb6f147e94d0e952449f731313412ef4d67904;hp=fada5bdc3462a1d40396c9aa3fc4fe71f1dbe1e9;hpb=dff1246579ac6bea70331e560d2e1da0c7429b11;p=collectd.git diff --git a/src/ipmi.c b/src/ipmi.c index fada5bdc..51d33dcb 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -18,7 +18,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster * Peter Holik * Bruno Prémont **/ @@ -557,7 +557,7 @@ static int thread_init (os_handler_t **ret_os_handler) ipmi_domain_id_t domain_id; int status; - os_handler = ipmi_posix_thread_setup_os_handler (SIGUSR2); + os_handler = ipmi_posix_thread_setup_os_handler (SIGIO); if (os_handler == NULL) { ERROR ("ipmi plugin: ipmi_posix_thread_setup_os_handler failed.");