introduced new logging subsystem using bus:
passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
This commit is contained in:
@@ -30,12 +30,9 @@ crypto/diffie_hellman.c crypto/diffie_hellman.h \
|
||||
utils/identification.c utils/identification.h \
|
||||
utils/linked_list.c utils/linked_list.h utils/iterator.h\
|
||||
utils/randomizer.c utils/randomizer.h \
|
||||
utils/logger.c utils/logger.h \
|
||||
utils/logger_manager.c utils/logger_manager.h \
|
||||
utils/host.c utils/host.h \
|
||||
utils/lexparser.c utils/lexparser.h \
|
||||
utils/leak_detective.c utils/leak_detective.h \
|
||||
utils/tester.c utils/tester.h
|
||||
utils/leak_detective.c utils/leak_detective.h
|
||||
|
||||
libstrongswan_la_LIBADD = -lgmp -lpthread
|
||||
|
||||
|
||||
Reference in New Issue
Block a user