mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
Instead of keeping all unrelated to C/R procedure helpers in util.c move logging related helpers to log.c. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
8 lines
150 B
C
8 lines
150 B
C
#ifndef LOG_H__
|
|
#define LOG_H__
|
|
|
|
extern int init_log(const char *name);
|
|
extern void fini_log(void);
|
|
extern int get_logfd(void);
|
|
|
|
#endif /* LOG_H__ */
|