chiark / gitweb /
comm: Break out common code in comm
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Sep 2014 11:05:28 +0000 (12:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 15:40:16 +0000 (16:40 +0100)
commitdb9d6ee0e906a4fa70e380dc79d158cd3dfec3fe
treeec0c5778eec5bb7908f1a831f982dac3f11f59bc
parent65fdeaf998e6b147d2554ab3e6a82db542ad2df8
comm: Break out common code in comm

We are going to want to introduce a new kind of comm.  Currently we
only have one comm, udp, in udp.c - much of whose code we will want to
reuse.

Break that generic comm-handling code out into new files, functions
and macros.

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
comm-common.c [new file with mode: 0644]
comm-common.h [new file with mode: 0644]
secnet.h
udp.c