diff --git a/Adapter.hh b/Adapter.hh index f5990e1..44998b6 100644 --- a/Adapter.hh +++ b/Adapter.hh @@ -25,6 +25,10 @@ namespace pEp { release }; static PEP_SESSION session(session_action action = init); + static void release_session() + { + session(release); + } void shutdown();