Re: [Linuxptp-devel] [PATCH v2 05/27] Event subscribing
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
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