mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
object_sizes: add a few useful types
This commit is contained in:
parent
558d05b47e
commit
a2566db09e
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@ int main(int argc, char* argv[])
|
||||||
SL(nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>>);
|
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::p2p_connection_context_t<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>::connection_context>);
|
||||||
SL(nodetool::network_address_old);
|
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::transfer_details);
|
||||||
SL(tools::wallet2::payment_details);
|
SL(tools::wallet2::payment_details);
|
||||||
|
|
Loading…
Reference in a new issue