netlink: rename "client" to "sender" in many places
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 May 2014 10:47:33 +0000 (11:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 May 2014 15:32:24 +0000 (16:32 +0100)
commitf2b711bd3994c413d98b6882ce31b84ec2782789
tree565793ffc6a3183e5e893a03ed00cb7e7c255326
parentd3dd9ddc5fc6e7e0b32cbe5e215db62f4f8da772
netlink: rename "client" to "sender" in many places

In the bulk of the netlink code, the name "client" was used to refer
to the originating netlink_client (or NULL if the packet was
originated from the host or netlink itself).

This is a bit confusing.  Rename the variable to "sender", describing
its function rather than its type.

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
netlink.c