mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 01:31:34 +00:00
v2: - open_mount is cleaned up - byte-stream hex conversion remains untouched since strtol is flipping numbers to LE manner Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
9 lines
165 B
C
9 lines
165 B
C
#ifndef MOUNT_H__
|
|
#define MOUNT_H__
|
|
|
|
struct proc_mountinfo;
|
|
|
|
extern int open_mount(unsigned int s_dev);
|
|
extern int collect_mount_info(void);
|
|
|
|
#endif /* MOUNT_H__ */
|