]> git.proxmox.com Git - mirror_lxc.git/blob - src/liblxc/lxc_log.c
Added C++ compatibility, change to libtool, improve monitoring
[mirror_lxc.git] / src / liblxc / lxc_log.c
1 #include <stdio.h>
2 #include <errno.h>
3 #include <stdarg.h>
4
5 #include <lxc_log.h>
6
7 #define MAXTIMELEN 47;
8 #define ERRNO_FORMAT "%d (%s)"
9