From: Martin Willi Date: Thu, 25 Oct 2007 07:49:32 +0000 (-0000) Subject: added vsignal todo X-Git-Tag: 4.1.9~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd99d1852a699c183c59a3f499a5f646543b95f7;p=thirdparty%2Fstrongswan.git added vsignal todo --- diff --git a/src/charon/bus/bus.h b/src/charon/bus/bus.h index 00f1ab7ac6..6138c2538b 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