]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMap: make int type explicit
authorSage Weil <sage@inktank.com>
Tue, 18 Jun 2013 22:20:00 +0000 (15:20 -0700)
committerSage Weil <sage@inktank.com>
Tue, 25 Jun 2013 16:57:00 +0000 (09:57 -0700)
commit0fd776da48b4d936af9031f45815d98b30e52352
tree80b9c303871bb610c16932f0ec9f26d5be473ed5
parent29e14bafa46aeb3a245ce783463543d74ecf320e
mon/PGMap: make int type explicit

We get away with this because int is 32-bits on x86_64 and i386 both, but
we should be explicit anyway!

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/PGMap.cc
src/mon/PGMap.h