mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +00:00
At moment only open_mnt_root is there, which is needed for inotify restore. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
8 lines
179 B
C
8 lines
179 B
C
#ifndef MOUNT_H__
|
|
#define MOUNT_H__
|
|
|
|
struct proc_mountinfo;
|
|
|
|
extern int open_mnt_root(unsigned int s_dev, struct proc_mountinfo *mntinfo, int nr_mntinfo);
|
|
|
|
#endif /* MOUNT_H__ */
|