mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
kcmp: Stop showing ids tree
Useless, at least in the form present now it's unreadable anyway. So stop welling out the logs. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
db70a415ed
commit
40ed330c88
5 changed files with 0 additions and 61 deletions
|
|
@ -16,6 +16,5 @@ struct stat;
|
|||
struct fd_parms;
|
||||
extern int fd_id_generate(pid_t pid, FdinfoEntry *fe, struct fd_parms *p);
|
||||
extern int fd_id_generate_special(struct fd_parms *p, u32 *id);
|
||||
extern void fd_id_show_tree(void);
|
||||
|
||||
#endif /* __CR_FILE_IDS_H__ */
|
||||
|
|
|
|||
|
|
@ -25,6 +25,5 @@ struct kid_elem {
|
|||
|
||||
extern u32 kid_generate_gen(struct kid_tree *tree,
|
||||
struct kid_elem *elem, int *new_id);
|
||||
extern void kid_show_tree(struct kid_tree *tree);
|
||||
|
||||
#endif /* __CR_KCMP_IDS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue