2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

crtools: don't include restorer.h in proc_parse.h

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2013-11-05 12:32:56 +04:00
committed by Pavel Emelyanov
parent 565eb01346
commit a6edbcf669
7 changed files with 30 additions and 21 deletions

View File

@@ -3,7 +3,6 @@
#include <sys/types.h>
#include "asm/types.h"
#include "restorer.h"
#include "image.h"
#include "list.h"
@@ -128,16 +127,6 @@ struct mount_info {
struct list_head postpone;
};
struct proc_posix_timer {
struct list_head list;
struct str_posix_timer spt;
};
struct proc_posix_timers_stat {
int timer_n;
struct list_head timers;
};
extern struct mount_info *mnt_entry_alloc();
extern void mnt_entry_free(struct mount_info *mi);
@@ -162,8 +151,6 @@ extern int parse_fdinfo(int fd, int type,
extern int parse_cpuinfo_features(int (*handler)(char *tok));
extern int parse_file_locks(void);
extern int parse_posix_timers(pid_t pid, struct proc_posix_timers_stat * args);
struct pid;
extern int parse_threads(int pid, struct pid **_t, int *_n);