diff options
author | Martin Willi <martin@strongswan.org> | 2007-10-25 07:49:32 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-10-25 07:49:32 +0000 |
commit | bd99d1852a699c183c59a3f499a5f646543b95f7 (patch) | |
tree | 11e4301536f12513b36dcbd08b38925d6ae934ab /src | |
parent | 0e0e7d5b712e6839e1ee930d9cad27bf16d6fce1 (diff) | |
download | strongswan-bd99d1852a699c183c59a3f499a5f646543b95f7.tar.bz2 strongswan-bd99d1852a699c183c59a3f499a5f646543b95f7.tar.xz |
added vsignal todo
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/bus/bus.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |