diff mbox series

[07/60] service: Document 'online_check_state' 'active' member.

Message ID 20231221061734.2344286-8-gerickson@nuovations.com (mailing list archive)
State Superseded
Headers show
Series Complete 'continuous' Online Check Mode Implementation. | expand

Commit Message

Grant Erickson Dec. 21, 2023, 6:16 a.m. UTC
This documents the 'active' member of the 'online_check_state'
structure.
---
 src/service.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/src/service.c b/src/service.c
index 669337ab6734..27d261861b7c 100644
--- a/src/service.c
+++ b/src/service.c
@@ -93,6 +93,9 @@  struct connman_stats_counter {
  *
  */
 struct online_check_state {
+	/**
+	 *  Indicates whether an online check is active and in-flight.
+	 */
 	bool active;
 
 	/**