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>
Mon, 29 Sep 2014 15:01:06 +0000 (16:01 +0100)
commit5e48411d798c73b44d22327466cc64daf8a296c0
tree4aaa28f13d6bb7f9d552e2dd21f384662b03ad9a
parented869379e29c31cf0ad5a6c9b0cf12e31c2762d0
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