From a2566db09e45311f7af60a962c3bfd4cd4fef537 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 17 May 2018 10:38:26 +0100 Subject: [PATCH] object_sizes: add a few useful types --- src/debug_utilities/object_sizes.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/debug_utilities/object_sizes.cpp b/src/debug_utilities/object_sizes.cpp index a3d037a59..ab8839636 100644 --- a/src/debug_utilities/object_sizes.cpp +++ b/src/debug_utilities/object_sizes.cpp @@ -94,6 +94,11 @@ int main(int argc, char* argv[]) SL(nodetool::node_server>); SL(nodetool::p2p_connection_context_t::connection_context>); SL(nodetool::network_address_old); + SL(nodetool::peerlist_entry_base); + + SL(nodetool::network_config); + SL(nodetool::basic_node_data); + SL(cryptonote::CORE_SYNC_DATA); SL(tools::wallet2::transfer_details); SL(tools::wallet2::payment_details);