Commit 872e1899 by Daniel Lezcano Committed by Daniel Lezcano

Fix header inclusion

No need to include the lxc_conf structure definition, a forward declaration is enough. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 7ee5bb55
......@@ -23,14 +23,14 @@
#ifndef __lxc_state_h
#define __lxc_state_h
#include <lxc/conf.h>
#include <lxc/state.h>
#include <sys/param.h>
struct lxc_handler {
struct lxc_conf;
struct lxc_handler {
pid_t pid;
lxc_state_t state;
int sigfd;
char nsgroup[MAXPATHLEN];
sigset_t oldmask;
......
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