Re: [PATCH v5 21/21] tools: Clean up vchan-socket-proxy socket

2020-05-14 Thread Ian Jackson
Jason Andryuk writes ("[PATCH v5 21/21] tools: Clean up vchan-socket-proxy socket"): > To avoid socket files lingering in /run/xen, have vchan-socket-proxy > clean up the sockets it creates. Use a signal handler as well as atexit > to handle both means of termination.

[PATCH v5 21/21] tools: Clean up vchan-socket-proxy socket

2020-04-27 Thread Jason Andryuk
To avoid socket files lingering in /run/xen, have vchan-socket-proxy clean up the sockets it creates. Use a signal handler as well as atexit to handle both means of termination. Signed-off-by: Jason Andryuk --- tools/libvchan/vchan-socket-proxy.c | 22 ++ 1 file changed, 22