]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/start.c
add an additionnal abstract socket to prepare for more commands
authorMichel Normand <normand@fr.ibm.com>
Wed, 7 Oct 2009 14:06:08 +0000 (16:06 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 7 Oct 2009 14:06:08 +0000 (16:06 +0200)
commit96fa1ff0d1aa3e1f3ab96297bfbf3a3613b5fe3b
treea29d9a8cd3dbe1c2b5d1ce60052d4af90a68c6de
parent35be16d7cc331631174e422fd332e1c8902e464a
add an additionnal abstract socket to prepare for more commands

Replace the current tty service socket by a general command service
socket and plug for the moment only the existing tty service.

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