62f263a util: add virCommandPassListenFDs() function

Authored and Committed by mkletzan 9 years ago
    util: add virCommandPassListenFDs() function
    
    That sets a new flag, but that flag does mean the child will get
    LISTEN_FDS and LISTEN_PID environment variables properly set and
    passed FDs reordered so that it corresponds with LISTEN_FDS (they must
    start right after STDERR_FILENO).
    
    Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+1 -0
file modified
+99 -0
file modified
+3 -1
file modified
+56 -0