aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/alarm-queue-simple.h
Commit message (Collapse)AuthorAgeFilesLines
* add the new Alarm class as an argument to the alarm queue classCharles Kerr2015-04-031-12/+6
|
* in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be ↵Charles Kerr2014-06-101-1/+1
| | | | composed of uid + timestamp. Keying off of only timestamp doesn't work because UIDs can be recycled as users edit and reuse alarms.
* in alarm-queue-simple, call requeue() if time skew is detected.Charles Kerr2014-06-101-1/+1
|
* hw alarmsCharles Kerr2014-04-241-0/+63