Re: [Linuxptp-devel] [PATCH v2 05/27] Event subscribing

2014-04-05 Thread Richard Cochran
On Mon, Mar 24, 2014 at 09:53:22AM +0100, Jiri Benc wrote: > This puts groundwork for event subscription and notification. The individual > events are added by subsequent patches. This patch is basically okay, but I have to pick a few nits... > +struct clock_subscriber { > + LIST_ENTRY(clock

[Linuxptp-devel] [PATCH v2 05/27] Event subscribing

2014-03-24 Thread Jiri Benc
This puts groundwork for event subscription and notification. The individual events are added by subsequent patches. Signed-off-by: Jiri Benc --- clock.c| 137 clock.h| 11 + notification.h | 27 +++ tlv.c