On this page
CallerIdentity.serverProcessID
- Declared in
- CallerIdentity
- Package
- libtmux-swift
- Source
- Sources/LibTmuxMCP/Caller.swift
- serverProcessID : let serverProcessID: Int?
-
The surrounding server's process id. This, rather than the socket path, is what identifies a server: a daemon that died and was replaced binds the same path, and comparing paths would then call the replacement "ours" and refuse to touch panes that only reuse an id.
0 declared, 0 inherited