Skip to content
Snippets Groups Projects
Commit e5679980 authored by Serge Petrenko's avatar Serge Petrenko Committed by Kirill Yukhin
Browse files

vclock: refactor vclock map to use type vclock_map_t

We're using an unsigned int to hold vclock map, but there is no
guarantee that unsigned int will be 4 bytes in size to fit all the 32
vclock components. So use uint32_t instead and add an alias to it
vclock_map_t.
parent 63d75e92
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment