site: Move current_transform, _key_timeout and remote_session_id into a struct
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 21 Jun 2012 01:28:04 +0000 (02:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 12 Jul 2012 19:02:22 +0000 (20:02 +0100)
commit19e9a588dc058584fbda9d31080a2581c3fd5269
tree8216595286e69c37868e8471da9d1512fee9edd5
parent3d8d8f4e66600d1a2a80ade8e1df407a18b01ac9
site: Move current_transform, _key_timeout and remote_session_id into a struct

We are going to introduce another set of these for the previous key,
and putting them together in this struct means we will be able to talk
about themm easily.

This patch is very mechanical: we move the three variables into the
new struct, and simply search-and-replace the references.

No functional change.

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