diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-06-19 12:39:12 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-19 12:39:12 -0500 |
commit | f62399b88da9f50638031286eb4f56c462d2263d (patch) | |
tree | 74d19da8f2ebcee2e33b151da8a7f6d374c58ab6 /src | |
parent | Merge pull request #3691 (diff) | |
parent | object_sizes: add a few useful types (diff) | |
download | monero-f62399b88da9f50638031286eb4f56c462d2263d.tar.xz |
Merge pull request #3821
558d05b epee: log type name when a container size check fails (moneromooo-monero)
a2566db object_sizes: add a few useful types (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/debug_utilities/object_sizes.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>>); SL(nodetool::p2p_connection_context_t<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>::connection_context>); SL(nodetool::network_address_old); + SL(nodetool::peerlist_entry_base<nodetool::network_address_old>); + + SL(nodetool::network_config); + SL(nodetool::basic_node_data); + SL(cryptonote::CORE_SYNC_DATA); SL(tools::wallet2::transfer_details); SL(tools::wallet2::payment_details); |