Skip to content
  • Kirk Webb's avatar
    · c0d7f4ea
    Kirk Webb authored
    Updated vnode_setup to fork+exec plabnode (alloc|free) rather than invoking
    it with system().  Now when the parent receives a SIGTERM from its parent
    (the top-level vnode_setup), it will kill off it's plabnode child process before
    exiting itself.  invocation of plabnode is now done via the plabnode()
    function.  Needs some commenting.
    
    Tested thoroughly.
    c0d7f4ea