mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
We'll have one more "image" file generated by dump and (surprisingly) restore commands -- the stats one. It will contain in a single pb object all the statistics collected by dump/restore. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
4 lines
78 B
C
4 lines
78 B
C
#ifndef __CR_STATS_H__
|
|
#define __CR_STATS_H__
|
|
void show_stats(int fd);
|
|
#endif
|