Miroslav Lichvar
2014-07-08 14:14:17 UTC
The first patch allows using phc2sys with non-default server UDS path.
The next three patches add signal handling to pmc/phc2sys and remove
the UDS socket before exit. The last patch appends the process ID to
the local UDS path so each pmc or phc2sys process has its own socket.
Miroslav Lichvar (5):
phc2sys: Add option to set path to ptp4l UDS.
Remove socket when closing UDS transport.
Move signal handling to util.c.
Close client UDS transport before exit.
Append PID to client UDS paths.
phc2sys.8 | 4 ++++
phc2sys.c | 49 ++++++++++++++++++++++++++++++++++++-------------
pmc.8 | 2 +-
pmc.c | 22 ++++++++++++++++------
ptp4l.c | 23 ++---------------------
uds.c | 8 ++++++++
util.c | 32 ++++++++++++++++++++++++++++++++
util.h | 14 ++++++++++++++
8 files changed, 113 insertions(+), 41 deletions(-)
The next three patches add signal handling to pmc/phc2sys and remove
the UDS socket before exit. The last patch appends the process ID to
the local UDS path so each pmc or phc2sys process has its own socket.
Miroslav Lichvar (5):
phc2sys: Add option to set path to ptp4l UDS.
Remove socket when closing UDS transport.
Move signal handling to util.c.
Close client UDS transport before exit.
Append PID to client UDS paths.
phc2sys.8 | 4 ++++
phc2sys.c | 49 ++++++++++++++++++++++++++++++++++++-------------
pmc.8 | 2 +-
pmc.c | 22 ++++++++++++++++------
ptp4l.c | 23 ++---------------------
uds.c | 8 ++++++++
util.c | 32 ++++++++++++++++++++++++++++++++
util.h | 14 ++++++++++++++
8 files changed, 113 insertions(+), 41 deletions(-)
--
1.9.3
1.9.3