From: Ian Jackson Date: Sun, 23 Apr 2017 11:36:44 +0000 (+0100) Subject: comm clientinfo: Provide clientinfo interface X-Git-Tag: v0.4.1~13 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/2d80199d7bc25b4c6e4a5ac986f8902770e82d96?hp=2d80199d7bc25b4c6e4a5ac986f8902770e82d96 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 ---