Re: [Linuxptp-devel] [PATCH v2 11/27] Event notification: port addition/removal

2014-04-05 Thread Richard Cochran
On Mon, Mar 24, 2014 at 09:53:28AM +0100, Jiri Benc wrote: > Add an event number for port adding/removal. As currently the ports are > static, this event is not emitted for now. Then this patch should wait unit dynamic ports are ready. Thanks, Richard ---

[Linuxptp-devel] [PATCH v2 11/27] Event notification: port addition/removal

2014-03-24 Thread Jiri Benc
Add an event number for port adding/removal. As currently the ports are static, this event is not emitted for now. Signed-off-by: Jiri Benc --- clock.c|4 +++- notification.h |1 + 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/clock.c b/clock.c index 2e7794cc07cd