From: Ian Jackson Date: Sun, 21 Sep 2014 23:51:58 +0000 (+0100) Subject: comm: Formalise interface to udp sockets X-Git-Tag: proposed.polypath.v1~19 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ddb488b773243d36be08f51267597c26686c6469;hp=ddb488b773243d36be08f51267597c26686c6469;p=secnet.git comm: Formalise interface to udp sockets Have the poll registration done by the udpcommon/udpsocks code, rather than by udp.c. This means we can abolish the two wrapper functions, but we do need an extra pointer in a udpsocks to find the udpcommon. No overall functional change. Signed-off-by: Ian Jackson ---