commit | 32cbd65b41ffd444819c5bcf988ca1f5f1cfe415 | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Wed Mar 07 16:03:53 2018 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Tue Mar 20 06:02:53 2018 +0000 |
tree | 825d19391833f4ea58cead2cc7eb9642252b74e6 | |
parent | 1247e0baa08711893ab1e3e78d789d6a3ef0a491 [diff] |
Timer: Fix the timer expire property. 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>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.