mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
Move logging functions to log.c
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>
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
#include "compiler.h"
|
||||
#include "types.h"
|
||||
|
||||
extern int init_logging(const char *file_name);
|
||||
extern void deinit_logging(void);
|
||||
extern void printk(const char *format, ...);
|
||||
|
||||
#define PREF_SHIFT_OP(pref, op, size) ((size) op (pref ##BYTES_SHIFT))
|
||||
|
Reference in New Issue
Block a user