HomeFreeBSD

daemon: move buffer into daemon_state

Description

daemon: move buffer into daemon_state

There is no reason for a buffer in listen_child()
to be a static function variable. The buffer and
its position are parts of the daemon state and should
live together with the rest of the state variables.

Reviewed by: cperciva, kevans

Details

Provenance
ihor_antonovs.familyAuthored on Dec 27 2023, 6:07 AM
kevansCommitted on Dec 27 2023, 6:07 AM
Parents
rG6ac7c9f06ae9: daemon: remove redundant parameter from listen_child()
Branches
Unknown
Tags
Unknown