2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 06:45:35 +00:00

util: add a function for running scripts

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2012-09-17 20:05:39 +04:00
committed by Pavel Emelyanov
parent 45fa18487d
commit 8e90ed8c4d
2 changed files with 18 additions and 0 deletions

View File

@@ -323,5 +323,6 @@ static inline int read_img_str(int fd, char **pstr, int size)
extern void *shmalloc(size_t bytes);
extern void shfree_last(void *ptr);
extern int run_scripts(char *action);
#endif /* UTIL_H_ */