chiark / gitweb /
udp, polypath: Log destination address in `some success' messages
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Oct 2014 11:09:46 +0000 (12:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Oct 2014 17:13:43 +0000 (18:13 +0100)
commit6c5889e68832bfd96fdd1de7e6df4309e7017372
treedc1dc964a0b33a4c5349905d3f57076127630f23
parenteea14dc275d4393400b545b84249ae5341922da4
udp, polypath: Log destination address in `some success' messages

Replace the boolean parameter with a pointer to the destination
address.  (Conveniently this means that the calls relating to
reception can remain unchanged and the ones relating to transmission
produce a compile error until converted.)

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