fixed for libusefull_macros 0.3.2

This commit is contained in:
2025-04-16 15:11:27 +03:00
parent 46557ee23d
commit aa9165b323
5 changed files with 27 additions and 35 deletions

View File

@@ -27,7 +27,7 @@ typedef struct{
char *devpath; // path to serial device
char *pidfile; // name of PID file
char *logfile; // logging to this file
char *path; // path to socket file (UNIX-socket) or number of port (local INET)
char *path; // path to socket file
int speed; // connection speed
int verbose; // verbose level: for messages & logging
int client; // ==1 if application runs in client mode