Re: [Linuxptp-devel] [PATCH v2 26/27] Subscription time limit

2014-04-05 Thread Richard Cochran
On Mon, Mar 24, 2014 at 09:53:43AM +0100, Jiri Benc wrote: > Require subscriptions to be renewed regularly. This way, the subscription > automatically times out when phc2sys is killed. Can't this patch go before all of the phc2sys stuff? Thanks, Richard --

Re: [Linuxptp-devel] [PATCH v2 26/27] Subscription time limit

2014-04-05 Thread Richard Cochran
On Mon, Mar 24, 2014 at 09:53:43AM +0100, Jiri Benc wrote: > Require subscriptions to be renewed regularly. This way, the subscription > automatically times out when phc2sys is killed. > > Signed-off-by: Jiri Benc > --- > clock.c | 24 > phc2sys.c | 10 ++ >

[Linuxptp-devel] [PATCH v2 26/27] Subscription time limit

2014-03-24 Thread Jiri Benc
Require subscriptions to be renewed regularly. This way, the subscription automatically times out when phc2sys is killed. Signed-off-by: Jiri Benc --- clock.c | 24 phc2sys.c | 10 ++ 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/clock.c b