fstests: Add an auxiliary program to create an AF_UNIX socket
authorDavid Howells <dhowells@redhat.com>
Mon, 10 Apr 2017 13:32:44 +0000 (14:32 +0100)
committerEryu Guan <eguan@redhat.com>
Tue, 11 Apr 2017 04:27:43 +0000 (12:27 +0800)
commit29f8137fcb43081efd5424ffef6f393f28fdc44b
tree3970f9d9624a10cdd6942e6913803eb8b4a2cac8
parent0b6b693c632f52891d305fe9e910230385bc9ae8
fstests: Add an auxiliary program to create an AF_UNIX socket

Add an auxiliary program to create an AF_UNIX socket at the
specified location so that tests can do things with it.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
.gitignore
src/Makefile
src/af_unix.c [new file with mode: 0644]