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>
Mon, 29 Sep 2014 15:01:06 +0000 (16:01 +0100)
commited869379e29c31cf0ad5a6c9b0cf12e31c2762d0
treebed614ad514ff401729e22909bdf99fc7ad96978
parent5c236a2c2082525aac6ec3c7cf95e25110d5a52e
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