summaryrefslogtreecommitdiffstats
path: root/support/include/sockaddr.h
Commit message (Collapse)AuthorAgeFilesLines
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-151-0/+237
Introduce generic helpers for managing socket addresses. These are general enough that they are useful for pretty much any component of nfs-utils. We also include the definition of nfs_sockaddr here, so it can be shared. See: https://bugzilla.redhat.com/show_bug.cgi?id=448743 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>