Cleanup watchdog source code.
authorTatsuo Ishii <[email protected]>
Sat, 16 Aug 2025 03:36:42 +0000 (12:36 +0900)
committerTatsuo Ishii <[email protected]>
Sat, 16 Aug 2025 03:36:42 +0000 (12:36 +0900)
commitdfffcddd6102ae51d9a429f1351b13a43e3218f8
treef25076c3456106d75a2bbe259927b4b0e1c03818
parent1a47beb5d4cd54fbc074a5f411fca31952f904ba
Cleanup watchdog source code.

- Remove wd_is_upper_ok() from wd_utils.h because there's no actual
  definition for it.

- Make wd_get_ping_result() and wd_issue_ping_command() static. It's
  only used in wd_ping.c.

Backpatch-through: master only
src/include/watchdog/wd_utils.h
src/watchdog/wd_ping.c