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.
Loading
Please register or sign in to comment