aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2023-12-21 14:34:31 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-23 13:19:19 +0100
commit3d1eb8559ac2a2a008a41e61895890642a5ea90c (patch)
tree96a873e83b527be57cc536a6d097930216033003
parenta6cfd828f41e343ae7b2a197cf28817c34d69a9c (diff)
downloadconnman-3d1eb8559ac2a2a008a41e61895890642a5ea90c.tar.gz
service: Document 'connman_service' 'online_check_state_ipv{4,6}' members.
This documents the 'online_check_state_ipv{4,6}' members of the 'connman_service' structure.
-rw-r--r--src/service.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c
index 2ce829ae3..6c8984766 100644
--- a/src/service.c
+++ b/src/service.c
@@ -186,7 +186,15 @@ struct connman_service {
char *pac;
bool wps;
bool wps_advertizing;
+
+ /**
+ * IPv4-specific "online" reachability check state.
+ */
struct online_check_state online_check_state_ipv4;
+
+ /**
+ * IPv6-specific "online" reachability check state.
+ */
struct online_check_state online_check_state_ipv6;
/**