Closed openhpi2 closed 8 years ago
A global variable signal_service_thread is created to communicate the signal to the service threads. The service threads could use the variable to exit the thread. Patch is attached. Please review
Original comment by: dr_mohan
Original comment by: dr_mohan
Fixed in checkin #7631
Original comment by: dr_mohan
Steps to reproduce
Looks like ilo2_ribcl plugin waits in a loop sleeping and checking the system if the power is off. During this cycle the plugin could check for the variable and exit if the signal is set. That way it could exit between the cycles.
Reported by: dr_mohan