1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-09 21:56:33 +00:00

VSOCK: short alias names, env var with peer info

This commit is contained in:
Gerhard Rieger 2022-10-30 11:25:19 +01:00
parent cb03d2f075
commit 2882ac6976
6 changed files with 63 additions and 2 deletions

View file

@ -8,4 +8,8 @@
extern const struct addrdesc addr_vsock_connect;
extern const struct addrdesc addr_vsock_listen;
extern int xiosetsockaddrenv_vsock(int idx, char *namebuff, size_t namelen,
char *valuebuff, size_t valuelen,
struct sockaddr_vm *sa, int ipproto);
#endif /* !defined(__xio_vsock_h_included) */