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>
Wed, 16 Jul 2014 15:21:40 +0000 (11:21 -0400)
commit6f1ea68636be4fa33458c773f74836ec4a84fe7a
treef0fe256c56c3e9da8a0e67cf76d5ccbdd8dc31bd
parent5b67f027e9c58fd521959cfca927c4712f2971c1
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