document x->verbose
This commit is contained in:
parent
38ceccda20
commit
9a390dd34d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue