Statistics
| Branch: | Revision:

root / tests / qemu-iotests / socket_scm_helper.c @ 2c78857b

History | View | Annotate | Download (3 kB)

# Date Author Comment
f93296ea 09/12/2013 11:12 am Wenchao Xia

qemu-iotests: add unix socket help program

This program can do a sendmsg call to transfer fd with unix
socket, which is not supported in python2.

The built binary will not be deleted in clean, but it is a
existing issue in ./tests, which should be solved in another...