mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 02:17:22 +00:00
5 lines
150 B
C
5 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
|