]> git.decadent.org.uk Git - nfs-utils.git/commit
sm-notify command: replace nsm_address typedef
authorChuck Lever <chuck.lever@oracle.com>
Fri, 26 Sep 2008 17:24:24 +0000 (13:24 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 26 Sep 2008 17:24:24 +0000 (13:24 -0400)
commit93e355bf3a07b7565d88c1139ff24d1eb4f0a275
tree6d2d1cd1a8102d7127572504bf34934640737dfe
parent7862a784c2990b1f5330959d30069a637a041715
sm-notify command: replace nsm_address typedef

Clean up: replace "typedef struct sockaddr_storage nsm_address" with
standard socket address types.  This makes sm-notify.c consistent with other
parts of nfs-utils, and with typical network application coding conventions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/statd/sm-notify.c