commit | 122b843fdef01a66c602d1270d50b7db576e7167 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Oct 30 18:39:21 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Oct 31 12:28:53 2018 -0700 |
tree | b229c361c9394955aca741b78edf394b53a4ef2e | |
parent | 0ce353ec8de4cd7b7dc48474b0c0ff8894816316 [diff] |
control: Rename Timer -> TimerConf It is confusing to read some of the type definitions that deal with timers when Timer could mean a timer instantiation or a set of timer configuration parameters. This change disambiguates the two types. Tested: Built and run through unit tests. Change-Id: I9dd6b47886747d56a86b6a50eb9a74a331d0a1fe Signed-off-by: William A. Kennington III <wak@google.com>