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>
Mon, 6 Oct 2014 22:29:37 +0000 (23:29 +0100)
commit7d31df0e8ab53aec525ae75b04f84f0e0dc8e859
treee4caa2c13d40ad08efebacd806fdc1a80d2d4b04
parentf1393100aa5412f0df5ee363c6bdd42b2465fa59
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