]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
inttypes: detect and define missing integer types 1035/head
authorNoah Watkins <noahwatkins@gmail.com>
Sun, 21 Jul 2013 01:41:40 +0000 (18:41 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Thu, 2 Jan 2014 19:03:48 +0000 (11:03 -0800)
commit8220549315f342f5f0321293e041be6c9bc54dbb
tree65a490f0827ecc71ec87839ade6b1ca74d64a05a
parent8f91cace8ffa2ccb4a3fa1649e4a3240af0a0ed6
inttypes: detect and define missing integer types

Working around missing integer types is pretty easy. For example, the
__u32 family are Linux-specific types, and using these in Ceph
internally is fine because we can typedef them.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
configure.ac
src/crush/builder.c
src/crush/crush.c
src/crush/mapper.c
src/include/int_types.h
src/include/linux_fiemap.h