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:
parent
eeabf31e04
commit
3e282ee7a0
14 changed files with 58 additions and 56 deletions
4
xio.h
4
xio.h
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue