socket-util: Add functions for sending fds over Unix domain sockets.
authorBen Pfaff <blp@nicira.com>
Thu, 14 Jun 2012 16:46:18 +0000 (09:46 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Jul 2012 17:29:21 +0000 (10:29 -0700)
commitfd94a42c43ff4a0e57a44bdc9ded1b7e1e63faaa
tree8dbefecf34d4e3625393f80d9ea7fd6612504d4b
parenta0505c49dd98b393f4c47a423f325008443eb1ee
socket-util: Add functions for sending fds over Unix domain sockets.

These will be used in upcoming commits.

This commit also adds corresponding definitions to the "sparse" header,
so that sparse still works.

Signed-off-by: Ben Pfaff <blp@nicira.com>
include/sparse/sys/socket.h
lib/socket-util.c
lib/socket-util.h