mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
The call will then have to handle this end (put into a bridge). Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
10 lines
239 B
C
10 lines
239 B
C
#ifndef __CR_NET_H__
|
|
#define __CR_NET_H__
|
|
struct cr_options;
|
|
void show_netdevices(int fd, struct cr_options *);
|
|
|
|
struct cr_fdset;
|
|
int dump_net_ns(int pid, struct cr_fdset *);
|
|
int prepare_net_ns(int pid);
|
|
int netns_pre_create(void);
|
|
#endif
|