~stgraber/ubuntu/quantal/lxc/apparmor-profiles-rework

« back to all changes in this revision

Viewing changes to src/lxc/lxc_plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-04-29 17:49:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090429174913-jvahs1ykizqtodje
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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