2
0
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:
Cyrill Gorcunov
2011-12-19 18:52:50 +04:00
parent 3023837da9
commit d6eab944e3
7 changed files with 85 additions and 41 deletions

View File

@@ -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))