]> git.proxmox.com Git - mirror_lxc.git/blob - src/lxc/lxc_plugin.h
lxc_init better error reporting
[mirror_lxc.git] / src / lxc / lxc_plugin.h
1 #ifndef _lxc_plugin_h
2 #define _lxc_plugin_h
3
4 #include <sys/types.h>
5
6 extern int lxc_plugin_checkpoint(pid_t, const char *, unsigned long);
7 extern int lxc_plugin_restart(pid_t, const char *, unsigned long);
8
9 #endif