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)
This commit is contained in:
luigi1111 2018-06-19 12:39:12 -05:00
commit f62399b88d
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
2 changed files with 6 additions and 1 deletions

View file

@ -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);