mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
Use safer rstime_t instead of time_t
Avoid problems to serialization on different platforms, without breaking nested STL containers serialization. The conversion have been made with sed, and checked with grep, plus kdiff3 visual ispection, plus rutime tests, so it should be fine.
This commit is contained in:
parent
41aa675a9b
commit
329050a9c2
223 changed files with 930 additions and 911 deletions
|
@ -85,7 +85,7 @@
|
|||
//
|
||||
// private:
|
||||
// uint32_t count ; // example of an int type. All int sizes are supported
|
||||
// std::map<uint32_t,time_t> update_times ; // example of a std::map. All std containers are supported.
|
||||
// std::map<uint32_t,rstime_t> update_times ; // example of a std::map. All std containers are supported.
|
||||
// RsTlvSecurityKey key ; // example of a TlvItem class.
|
||||
// BIGNUM *dh_key; // example of a class that needs its own serializer (see below)
|
||||
// };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue