repository.h
7.33 KB
-
repository: use intptr_t's in the config map cache · f52f593e
Since we're using atomic primitives to read and write into the config map cache, we need to read/write something pointer-sized. Use an `intptr_t` for the config map cache.
Edward Thomson committed