udp: Print more info in our comm_addr representations
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Oct 2014 18:22:01 +0000 (19:22 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Oct 2014 18:22:01 +0000 (19:22 +0100)
commit571db1485179e0750e97fa5aa593237a7d554f87
tree6d93fd16558df58ce1860fb35065c23e0b2f1343
parentd9d101eaf54ff0c58852c8ccf37c4fcd8f8d8a35
udp: Print more info in our comm_addr representations

Include an index number (starting at 0) and the line number (but not
filename) at which we were defined.  This is allows the user to more
easily see (for example) which comm_addrs actually belong to the same
udp, even if they might have a different ix and thus be reported with
different local addresses.

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