added vsignal todo

This commit is contained in:
Martin Willi
2007-10-25 07:49:32 +00:00
parent 0e0e7d5b71
commit bd99d1852a
+4
View File
@@ -355,6 +355,10 @@ struct bus_t {
* *
* Same as bus_t.signal(), but uses va_list argument list. * 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 this bus
* @param singal kind of the signal (up, down, rekeyed, ...) * @param singal kind of the signal (up, down, rekeyed, ...)
* @param level verbosity level of the signal * @param level verbosity level of the signal