mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
7 lines
140 B
C
7 lines
140 B
C
#ifndef __CR_NET_H__
|
|
#define __CR_NET_H__
|
|
struct cr_fdset;
|
|
int dump_net_ns(int pid, struct cr_fdset *);
|
|
int prepare_net_ns(int pid);
|
|
#endif
|