strongswan/src/libcharon/bus
Tobias Brunner dac15e03c8 bus: Fix maximum log levels when mixing log/vlog implementing loggers
The maximum would not get set correctly when a logger is removed and the
first remaining logger in the list (the one with the highest log level) does
e.g. only implement vlog() while there are other loggers that implement log().
This would result in only max_vlevel getting set correctly while max_level
would incorrectly get set to -1 so that log() would not get called for any
of the loggers anymore.

References #574.
2016-09-30 18:34:04 +02:00
..
listeners Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
bus.c bus: Fix maximum log levels when mixing log/vlog implementing loggers 2016-09-30 18:34:04 +02:00
bus.h task-manager: Add retransmit cleared alert 2016-06-06 14:11:01 +02:00