avoid heap allocation in bus->signal for performance reasons

This commit is contained in:
Martin Willi
2008-07-17 11:45:58 +00:00
parent 5353f22ed7
commit bd07b59079
2 changed files with 52 additions and 35 deletions
-4
View File
@@ -320,10 +320,6 @@ 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 singal kind of the signal (up, down, rekeyed, ...)
* @param level verbosity level of the signal
* @param format printf() style format string