mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
cpu: Make cpu routines being per-acrh
They are really depends on CPU we're running on. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
f50f7d01ec
commit
fcb9a9bfb1
@@ -139,7 +139,7 @@ union fdinfo_entries {
|
||||
|
||||
extern int parse_fdinfo(int fd, int type,
|
||||
int (*cb)(union fdinfo_entries *e, void *arg), void *arg);
|
||||
extern int parse_cpuinfo_features(void);
|
||||
extern int parse_cpuinfo_features(int (*handler)(char *tok));
|
||||
extern int parse_file_locks(void);
|
||||
|
||||
#endif /* __CR_PROC_PARSE_H__ */
|
||||
|
Reference in New Issue
Block a user