document x->verbose

This commit is contained in:
IOhannes m zmölnig 2022-03-21 10:15:56 +01:00
parent 38ceccda20
commit 9a390dd34d

View file

@ -88,7 +88,8 @@ typedef struct comport
t_bool hupcl; /* nonzero if hang-up on close is on */ t_bool hupcl; /* nonzero if hang-up on close is on */
int rxerrors; /* holds the rx line errors */ int rxerrors; /* holds the rx line errors */
int verbose;
int verbose; /* be more verbose */
/* buffers */ /* buffers */
unsigned char *x_inbuf; /* read incoming serial to here */ unsigned char *x_inbuf; /* read incoming serial to here */