ABI/API break: pas in TID_RESP * to handler
authorSam Hartman <hartmans@debian.org>
Wed, 16 Jul 2014 15:17:52 +0000 (11:17 -0400)
committerSam Hartman <hartmans@debian.org>
Tue, 22 Jul 2014 14:27:32 +0000 (10:27 -0400)
commita424740cc7859cf1d4118ce36c77133952a9c581
treec1a24e004408e070e1b8d3c5ebaf699d08810e78
parent4dcff883baf0bfc25e95ad042e865aca0b51756d
ABI/API break: pas in TID_RESP * to handler

Previously, we passed in TID_RESP ** to the request handler.  However
the request handlers assumed that the response was allocated.  We
don't want responses allocated in the handler, so make it a single
pointer.

note that the existing handler interface is probably inappropriate for
an event-loop-based trust router.
Makefile.am
include/trust_router/tid.h
tid/example/tids_main.c
tid/tids.c
tr/tr_main.c