Re: timecounting: use C99-style initialization for all timecounter structs

2021-02-18 Thread Greg Steuck
Scott Cheloha writes: > Hi, > > If the timecounter struct changes again in the future it will be > easier to make the change if we are using C99-style initialization > everywhere. In general I think C99-style initialization is easier to > read for larger structs. The timecounter struct definite

timecounting: use C99-style initialization for all timecounter structs

2021-02-18 Thread Scott Cheloha
Hi, If the timecounter struct changes again in the future it will be easier to make the change if we are using C99-style initialization everywhere. In general I think C99-style initialization is easier to read for larger structs. The timecounter struct definitely qualifies as "larger". We proba