Changed option --fifo-name into --fifo.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 10 Dec 2014 22:00:35 +0000 (23:00 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 10 Dec 2014 22:54:39 +0000 (23:54 +0100)
commit51478d7ba957b160df138f6810ee8be6514dcfa9
tree967f193090b99926ae18435765748e6a323d948e
parent4075f65cafa2e6cb588a571bcd36f6ba55529b52
Changed option --fifo-name into --fifo.

The fifo with given name could not be used for new spawned vimb instances,
because each instance needs it's own fifo. To not make the things to
complicated the fifo is now always named vimb-fifo-{pid}. This allows to use
the fifo also for new spawned instances.
To get the right fifo path on startup the -d or --dump option was added to
print the full fifo path to stdout.
doc/vimb.1
src/main.c
src/main.h