Commit graph

12 commits

Author SHA1 Message Date
Mathieu Trossevin 42aa8b285a
Replace logging crate with log 2024-01-09 10:34:26 +01:00
Mathieu Trossevin 907008df66 notify: Use Duration inside the newtype Microseconds 2024-01-06 14:56:41 +01:00
Mathieu Trossevin f5b9796a32 fix(notify): WatchdogUsec and ExtendTimeoutUsec are in microseconds 2024-01-05 22:33:53 +01:00
Mathieu Trossevin 7d930c3e42
Add a Newtype for custom states
This allow us to do some sanity checks on them.
2024-01-04 14:31:02 +01:00
Mathieu Trossevin cbfa648c4a
Use Newtypes for NotifyState 2024-01-04 13:48:45 +01:00
Mathieu Trossevin 8fdd802e82
Add support for watchdog 2024-01-04 13:47:14 +01:00
Mathieu Trossevin a14254bb83
chore(clippy): Fix false positive 2023-12-18 15:41:52 +01:00
Mathieu Trossevin 1405f1dbea
add some logging 2023-12-18 15:41:16 +01:00
Mathieu Trossevin edcd6a7013
chore(clippy): Fix some errors 2023-12-08 17:26:04 +01:00
Mathieu Trossevin 47f8d9c9bf
Fix some documentation 2023-12-08 17:01:42 +01:00
Mathieu Trossevin 776be0c96a
Proper NOTIFY_SOCKET support
Still need to implement watchdog detection.
2023-12-08 16:21:00 +01:00
Mathieu Trossevin c142afbc2c
Start adding support for NOTIFY_SOCKET 2023-12-08 14:46:54 +01:00