]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/Makefile.am
add long options step1
authorMichel Normand <normand@fr.ibm.com>
Mon, 18 May 2009 20:11:45 +0000 (22:11 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 18 May 2009 20:11:45 +0000 (22:11 +0200)
commitcda02a28c0f41feb359ebbddd68ed5f1dcd4930e
tree075c51b43f1703e3da620d955ae10d6c4e26bb11
parent441e49639508dce2a3fd94dabe5f40fead110ebf
add long options step1

add the long options to lxc-execute as an exemple
of usage of the new functions added in src/lxc/arguments.*

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/Makefile.am
src/lxc/arguments.c [new file with mode: 0644]
src/lxc/arguments.h [new file with mode: 0644]
src/lxc/lxc_execute.c