]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/af_unix.c
Replace netlink by abstract unix socket
authorDaniel Lezcano <daniel.lezcano@free.fr>
Thu, 14 May 2009 19:28:27 +0000 (21:28 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 14 May 2009 19:28:27 +0000 (21:28 +0200)
commit31c53c2e1afc6c81ce4aad5ef4cb982cd2fea365
tree70b4cd8cc96c73d4e0643b210a854ea4294a59b6
parent8b92dc3ab676044871f920841447cceb707cff7e
Replace netlink by abstract unix socket

Instead of messing with the netlink messages, let's
use the abstract unix socket and assume we will have
a single receiver and multiple sender.

With this patch mcr-wait and mcr-monitor are mutually
exclusive... for the moment.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/af_unix.c
src/lxc/lxc.h
src/lxc/monitor.c