avoid heap allocation in bus->signal for performance reasons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user