Re: [ovs-dev] [PATCH 4/7] process: Retrieve process status.

2017-04-03 Thread Bodireddy, Bhanuprakash
>-Original Message- >From: Aaron Conole [mailto:acon...@redhat.com] >Sent: Monday, April 3, 2017 2:00 AM >To: Bodireddy, Bhanuprakash >Cc: d...@openvswitch.org >Subject: Re: [ovs-dev] [PATCH 4/7] process: Retrieve process status. > >Bhanuprakash Bodireddy writes:

Re: [ovs-dev] [PATCH 4/7] process: Retrieve process status.

2017-04-02 Thread Aaron Conole
Bhanuprakash Bodireddy writes: > Implement function to retrieve the process status. This will be used by > Keepalive monitoring thread for detecting false alarms. > > Signed-off-by: Bhanuprakash Bodireddy > --- > lib/process.c | 60 > +++

[ovs-dev] [PATCH 4/7] process: Retrieve process status.

2017-04-01 Thread Bhanuprakash Bodireddy
Implement function to retrieve the process status. This will be used by Keepalive monitoring thread for detecting false alarms. Signed-off-by: Bhanuprakash Bodireddy --- lib/process.c | 60 +++ lib/process.h | 10 ++ 2 files changed