commit | dc15be2ca7c51772b00e4c5548934a35aa7e4add | [log] [tgz] |
---|---|---|
author | Klement Sekera <ksekera@cisco.com> | Mon Jun 12 06:49:33 2017 +0200 |
committer | Neale Ranns <nranns@cisco.com> | Tue Sep 19 20:06:08 2017 +0000 |
tree | ba4b707b73d21d3875264248a3affa93249816d3 | |
parent | 9d063047eb1a3738cb0fc9ebebb55793d155bb20 [diff] [blame] |
Add C++ API Change-Id: Iff634f22d43470e2dc028387b3816257fd7b4156 Signed-off-by: Klement Sekera <ksekera@cisco.com>
diff --git a/src/vpp-api/vapi/vapi_dbg.h b/src/vpp-api/vapi/vapi_dbg.h index 95a8008..ec3a300 100644 --- a/src/vpp-api/vapi/vapi_dbg.h +++ b/src/vpp-api/vapi/vapi_dbg.h
@@ -22,6 +22,7 @@ #define VAPI_DEBUG (0) #define VAPI_DEBUG_CONNECT (0) #define VAPI_DEBUG_ALLOC (0) +#define VAPI_CPP_DEBUG_LEAKS (0) #if VAPI_DEBUG #include <stdio.h>