Re: [Linuxptp-devel] [RFC PATCH 05/15] ts2phc: create a private data structure

2020-08-05 Thread Jacob Keller
On 8/1/2020 10:46 AM, Vladimir Oltean wrote: > Eliminate the ad-hoc use of global variables in the ts2phc program by > introducing one data structure that incorporates them. This might make > the code more understandable to people coming from a kernel background, > since it resembles the type of

[Linuxptp-devel] [RFC PATCH 05/15] ts2phc: create a private data structure

2020-08-01 Thread Vladimir Oltean
Eliminate the ad-hoc use of global variables in the ts2phc program by introducing one data structure that incorporates them. This might make the code more understandable to people coming from a kernel background, since it resembles the type of data organization used there. It is also now closer to