From bd99d1852a699c183c59a3f499a5f646543b95f7 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 25 Oct 2007 07:49:32 +0000 Subject: [PATCH] added vsignal todo --- src/charon/bus/bus.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/charon/bus/bus.h b/src/charon/bus/bus.h index 00f1ab7ac..6138c2538 100644 --- a/src/charon/bus/bus.h +++ b/src/charon/bus/bus.h @@ -355,6 +355,10 @@ struct bus_t { * * Same as bus_t.signal(), but uses va_list argument list. * + * @todo Improve performace of vsignal implementation. This method is + * called extensively and therefore shouldn't allocate heap memory or + * do other expensive tasks! + * * @param this bus * @param singal kind of the signal (up, down, rekeyed, ...) * @param level verbosity level of the signal