mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
Start with /proc/pid/maps parser Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
4 lines
150 B
C
4 lines
150 B
C
#ifndef __PROC_PARSE_H__
|
|
#define __PROC_PARSE_H__
|
|
int parse_maps(pid_t pid, int pid_dir, struct list_head *vma_area_list, bool use_map_files);
|
|
#endif
|