Commit 76a6d713 by dlezcano

Added plugin header

From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the plugin header for the checkpoint/restart. That will allow to integrate different CR solutions. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 078273d5
#ifndef _lxc_plugin_h
#define _lxc_plugin_h
#include <sys/types.h>
extern int lxc_plugin_checkpoint(pid_t, const char *, unsigned long);
extern int lxc_plugin_restart(pid_t, const char *, unsigned long);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment