chiark / gitweb /
comm clientinfo: Provide clientinfo interface
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 11:36:44 +0000 (12:36 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 16:14:43 +0000 (17:14 +0100)
commit2d80199d7bc25b4c6e4a5ac986f8902770e82d96
treedf0c425622f6f67d7ab6a10190531034fc01db5e
parenteff48c1250f7f654a00495c5048766a9261c64ce
comm clientinfo: Provide clientinfo interface

This will allow a comm client to provide information from its
configuration dicts to the comm, so that a comm can be shared by
multiple clients but still have client-specific configuration.

Currently, this new interface has no callers, and no consumers.
No comm clients call comm_if->_clientinfo(); they all just pass NULL.
No comms take any notice of the clientinfo information; they always
return NULL for the clientinfo*.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
comm-common.c
comm-common.h
polypath.c
secnet.h
site.c
udp.c
util.c