criu/include/net.h
Pavel Emelyanov a6439860cd net: Routes dump and restore
Same here -- run ip tool and that's it.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-08-02 08:31:46 +04:00

11 lines
306 B
C

#ifndef __CR_NET_H__
#define __CR_NET_H__
struct cr_options;
void show_netdevices(int fd, struct cr_options *);
void show_ifaddrs(int fd, struct cr_options *);
void show_routes(int fd, struct cr_options *);
struct cr_fdset;
int dump_net_ns(int pid, struct cr_fdset *);
int prepare_net_ns(int pid);
#endif