Skip to content
Snippets Groups Projects
user avatar
Serge Petrenko authored
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.
e5679980
History
Name Last commit Last update