When the system time is changed, IMM can time out search results, CCBs...
IMM should not depend on the system time.
Wherever in IMM we have time(NULL) for calculating timeouts, we should change it to osaf_clock_gettime(CLOCK_MONOTONIC, ...).
Changing system time does not change monotonic time.
Diff:
changeset: 7334:8bf0ce8c5f87
tag: tip
user: Neelakanta Reddy
date: Fri Mar 18 11:52:18 2016 +0530
summary: imm: changing from system time to monotonic time [#1617]
Related
Tickets:
#1617