daemon: New function daemon_save_fd() to preserve fds across detach.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 17:53:17 +0000 (09:53 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Feb 2012 00:26:53 +0000 (16:26 -0800)
commit7d0c5973d5165f3cc6099de326ad0dfc326bac33
tree9a3b999be106928f49d24201288174f6b3b15987
parent8f46c9bb842d2564297939aef369b4e4baaaaa43
daemon: New function daemon_save_fd() to preserve fds across detach.

This eliminates a kluge that was duplicated in three different daemons.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/daemon.c
lib/daemon.h
ovsdb/ovsdb-client.c
tests/test-netflow.c
utilities/ovs-ofctl.c