redo packet build/parse

now with evbuffer
This commit is contained in:
Michael Davidsaver
2019-11-07 11:48:58 -08:00
parent 06e780872b
commit bab82affb8
14 changed files with 514 additions and 295 deletions
+7
View File
@@ -15,6 +15,7 @@
#include <pvxs/util.h>
#include "utilpvt.h"
#include "udp_collector.h"
namespace pvxs {
@@ -30,6 +31,12 @@ unsigned long version_int()
return PVXS_VERSION;
}
void cleanup_for_valgrind()
{
pvxsimpl::logger_shutdown();
pvxsimpl::UDPManager::cleanup();
}
namespace detail {
std::ostream& operator<<(std::ostream& strm, const Escaper& esc)