mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 06:06:33 +00:00
New option chdir (cd)
This commit is contained in:
parent
e5cbf2feeb
commit
6125ed4e4e
11 changed files with 301 additions and 62 deletions
|
@ -11,7 +11,8 @@ extern const struct optdesc opt_set_netns;
|
|||
extern const struct optdesc opt_reset_netns;
|
||||
|
||||
extern int xio_set_namespace(const char *nstype, const char *nsname);
|
||||
extern int xio_reset_namespace(const char *nstype);
|
||||
extern int xio_apply_namespace(struct opt *opts);
|
||||
extern int xio_reset_namespace(int saved_netfd);
|
||||
|
||||
#endif /* WITH_NAMESPACES */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue