mirror of
https://github.com/monero-project/monero.git
synced 2024-12-16 14:34:25 -05:00
a99143444c
time_t is implementation-, architecture-, and apparently compiler-dependent. As an example, on my machine if I build a 64-bit binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4. uint64_t is therefore much more consistent for serialization, given that RPC calls are potentially made between different machines. |
||
---|---|---|
.. | ||
blobdatatype.h | ||
cryptonote_protocol_defs.h | ||
cryptonote_protocol_handler_common.h | ||
cryptonote_protocol_handler.h | ||
cryptonote_protocol_handler.inl |