summaryrefslogtreecommitdiffstats
path: root/timer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Timer: Fix the timer expire property.Ratan Gupta2018-03-201-1/+1
| | | | | | | | | | | | | | | Presently when the call back associated with timer gets called then the expire property becomes true, which is correct as it tells the timer has expired and calls the callback. On the other hand it doesn't set the expire property to false when it starts the timer. This commit sets the expire property to false when startTimer function gets called. Change-Id: I0bb4fe3c375b2a73d214ba9ccbdf25f223b11449 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Use Host Command Manager in host interface implementationVishwanatha Subbanna2017-08-141-0/+1
| | | | | Change-Id: Icefce510a3a0022bf0288fa99518459b732a2e04 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add timeout support to host controlAndrew Geissler2017-05-091-0/+100
On timeout, send error signal for all commands within the queue Change-Id: Ic995fd4b057bd83f121a3deec405a26e0991e9a2 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
OpenPOWER on IntegriCloud