Unverified Commit 76365631 by Tycho Andersen Committed by Christian Brauner

SHARE_NS options should be before OPT_USAGE

parent 76c31763
......@@ -157,6 +157,11 @@ struct lxc_arguments {
#define OPT_VERSION OPT_USAGE - 1
#define OPT_RCFILE OPT_USAGE - 2
#define OPT_SHARE_NET OPT_USAGE - 3
#define OPT_SHARE_IPC OPT_USAGE - 4
#define OPT_SHARE_UTS OPT_USAGE - 5
#define OPT_SHARE_PID OPT_USAGE - 6
extern int lxc_arguments_parse(struct lxc_arguments *args, int argc,
char *const argv[]);
......
......@@ -50,10 +50,6 @@
#include "confile.h"
#include "arguments.h"
#define OPT_SHARE_NET OPT_USAGE + 1
#define OPT_SHARE_IPC OPT_USAGE + 2
#define OPT_SHARE_UTS OPT_USAGE + 3
static struct lxc_list defines;
static int ensure_path(char **confpath, const char *path)
......
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