From 25dadb2bfd09af1dc99ab97105b874cbe3820aed Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 6 Oct 2025 18:01:57 +0100 Subject: [PATCH] Add a comment describing what this structure is for. --- src/include/pv-internal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/pv-internal.h b/src/include/pv-internal.h index 7f6332b..716c6b9 100644 --- a/src/include/pv-internal.h +++ b/src/include/pv-internal.h @@ -498,6 +498,9 @@ struct pvdisplay_component_s { }; +/* + * Structure defining the current state of a single watched file descriptor. + */ struct pvwatchfd_s { struct pvtransientflags_s flags; /* transient flags */ struct pvtransferstate_s transfer; /* transfer state */