connection: rename reply->conn to reply->reply_dst
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 23 Oct 2014 10:34:45 +0000 (12:34 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 23 Oct 2014 10:34:45 +0000 (12:34 +0200)
commit422f9faf7ad9dc849b28a4a765fd44781025dc13
tree332f56db2df92493e9a0fab23cb2bdc32c36ab68
parent64d04a705fa9c731cdca440303fa52b8ab30f9a1
connection: rename reply->conn to reply->reply_dst

reply->conn is pretty vague and I have a hard time remembering which side
of the communication it points to. Rename it to "reply_dst" so it's clear
that it points to the destination of the reply (or: origin of the call).

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c