Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidfd is returned when the given file descriptor is invalid ErrInvalidfd = errors.New("invalid file descriptor") )
Functions ¶
func GetPidLocation ¶
func GetPidLocation() string
GetPidLocation finds the location to store our pid file and fallback to /var/run if none found
func GetRemoteProcPid ¶
func GetRemoteProcPid() int
GetRemoteProcPid gets the pid as it appears in the pid file (maybe not ours)
func KillParent ¶
KillParent sends a signal to make the parent exit gracefully with SIGQUIT
func Recover ¶
Recover from a seamless binary upgrade and use an already existing listener to take over the connections
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.