Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4899] don't use syscall for writing out peer pid
Its probably OK to not have to lock the peer PID file while writing the PID to it. Using `syscall.Flock` etc to do this causes failure on Windows platforms. patch 1 . removed the file removal in case it belongs to a running server (was in two minds about it... we will overwrite but why remove unnecessarily...) Change-Id: I6347ac744eeaa8114728d5357bfaa2292525db15 Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
- Loading branch information