]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ipc: remove {-ipc_pid} field
authorEric Wong <e@80x24.org>
Fri, 29 Aug 2025 20:38:54 +0000 (20:38 +0000)
committerEric Wong <e@80x24.org>
Mon, 1 Sep 2025 18:35:47 +0000 (18:35 +0000)
commit8cee62b5f5c4514e5ebe211c57b0bfe377a55fc5
tree4b175cc955a2f138ad49faa151cfbc0db33520a5
parent1fb0e0a9f95563e972c1726f986e58b64c2e5277
ipc: remove {-ipc_pid} field

The fork generation is already attached to the response pipe,
so there's no need to keep the PID around and do comparisons
against the getpid(2) result.
lib/PublicInbox/IPC.pm