chiark / gitweb /
site: transport peers: Formalise interface to transport peers
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 25 Jun 2014 20:32:45 +0000 (21:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Sep 2014 12:36:50 +0000 (13:36 +0100)
commit4c550d0eddaf41a05cab4c1272cd54634e06ed3a
tree24ed41b7b4821ce2b851ed65cacf1ed6c937de75
parentdf7e7ab52b5b462ceba7025d8648a06e42e1b497
site: transport peers: Formalise interface to transport peers

Make the interface to the transport peers functions more formal:
define when each function is called and what (roughly) it should do.

Remove the predeclaration of transport_record_peer.  This is now an
internal function for the transport peer management code; there are no
callers in the body of site.c and we can remove the declaration.

No functional change.

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