chiark / gitweb /
comm: Rename a lot of state pointer variables
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Sep 2014 22:45:01 +0000 (23:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 15:31:14 +0000 (16:31 +0100)
commit0f4004173129d52f10a2a966d1d5575001d8b4de
tree5d676cbc68d4f02dc65aca9c9430df98045de73d
parentaf3aca5d1f73bf8f47d15c23b0969a3df8e8dba2
comm: Rename a lot of state pointer variables

We are going to split `struct udp' into a bunch of substructures with
their own types, to assist with reuse of the udp code in a new comm.
This is going to involve members at different levels of abstraction
being accessed through different pointer variable names.

So change the names now to aliases of the standard `struct udp *st'.
This will much reduce noise in subsequent patches.

Also rename udp.c's MAX_SOCKETS to UDP_MAX_SOCKETS.

No functional change in this patch.

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