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