ver 0.1.3: fixed bug with UNIX-sockets

This commit is contained in:
2024-01-31 12:13:25 +03:00
parent 8325f811e7
commit ffdc740f5c
5 changed files with 23 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ typedef struct{
char *ttyname; // device name
char *eol; // end of line: \r (CR), \rn (CR+LF) or \n (LF): "r", "rn", "n"
char *port; // socket port
char *serformat; // format of serial line
} glob_pars;