aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2023-12-21 14:34:14 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-23 13:19:19 +0100
commit8b5eda12439aed3bb746d4d0b01e9a488a5055b8 (patch)
treea657e299e2b193799fd55e8ce6db8ea0d3369313
parente150216ca71940fdbf6745a3e9be40ec0e850a30 (diff)
downloadconnman-8b5eda12439aed3bb746d4d0b01e9a488a5055b8.tar.gz
service: Document 'online_check_state' 'active' member.
This documents the 'active' member of the 'online_check_state' structure.
-rw-r--r--src/service.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c
index 669337ab6..27d261861 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;
/**