Added std::unique_ptr<> wrappers with deleters for libevent modules.

This commit is contained in:
Karl-Johan Alm
2016-12-20 15:59:42 +09:00
committed by Jack Grigg
parent 7c2ab05969
commit 17fb609097
2 changed files with 56 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ BITCOIN_CORE_H = \
support/allocators/secure.h \
support/allocators/zeroafterfree.h \
support/cleanse.h \
support/events.h \
support/pagelocker.h \
sync.h \
threadsafety.h \