Skip to main content

Module client

Module client 

Source
Expand description

DaemonClient: a thin client for the daemon’s Unix control socket, used by daemon status / stop / restart and the single-instance ping probe.

Structs§

DaemonClient
A one-shot client over the daemon’s Unix-domain control socket. Each call opens a fresh connection, sends one DaemonEnvelope, and reads one DaemonReply.