aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2014-07-23 05:59:31 -0400
committerThomas Winget <tewinget@gmail.com>2014-07-23 05:59:31 -0400
commita99143444c9b67b4bf591ebd66ddec2e79d55407 (patch)
tree4f4aee0b943c302e8033f67e9b361b7ef589a0f9 /Doxyfile
parentMissed serializing a get_connections RPC response parameter (diff)
downloadmonero-a99143444c9b67b4bf591ebd66ddec2e79d55407.tar.xz
Changed time_t to uint64_t for serialization
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.
Diffstat (limited to 'Doxyfile')
0 files changed, 0 insertions, 0 deletions