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; /**