[multipathd] unix socket daemon control interface
authorroot <root@xa-s05.(none)>
Mon, 20 Jun 2005 07:44:49 +0000 (09:44 +0200)
committerroot <root@xa-s05.(none)>
Mon, 20 Jun 2005 07:44:49 +0000 (09:44 +0200)
commit8212a2704781b7d66c055d438c5c6ecb7802356e
tree840a204ad58eb93441434cb3a46102bd75b0eede
parentfd9857d2eb9796d0a205887bdff879d56355eda2
[multipathd] unix socket daemon control interface

The client is wrapped in the daemon.

You can call it through :
- multipathd -k"$cmd" : one shot
- multipathd -k : interactive

The synthax is somewhat rude :/

- lp : list paths
- lm : list maps
- ap $path : add path checker, $path is in the "sdb" form
- rp $path : remove path checker
- am $map : add map event thread, $map is in the "dm-0" form
- rm $map : remove map event thread
libmultipath/Makefile
libmultipath/dmparser.c
libmultipath/util.c
libmultipath/util.h
multipathd/Makefile
multipathd/main.c
multipathd/uxclnt.c [new file with mode: 0644]
multipathd/uxclnt.h [new file with mode: 0644]
multipathd/uxlsnr.c [new file with mode: 0644]
multipathd/uxlsnr.h [new file with mode: 0644]