1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-15 15:43:24 +00:00

Internal: renamed xioopts_t to xioparms_t

This commit is contained in:
Gerhard Rieger 2023-06-23 16:21:05 +02:00
parent eeabf31e04
commit 3e282ee7a0
14 changed files with 58 additions and 56 deletions

4
xio.h
View file

@ -112,7 +112,7 @@ typedef struct {
char preferred_ip; /* preferred prot.fam. for name resolution ('0' for
unspecified, '4', or '6') */
bool experimental; /* enable some features */
} xioopts_t;
} xioparms_t;
/* pack the description of a lock file */
typedef struct {
@ -121,7 +121,7 @@ typedef struct {
struct timespec intervall; /* polling intervall */
} xiolock_t;
extern xioopts_t xioopts;
extern xioparms_t xioparms;
#define MAXARGV 8