]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix size of network protocol intergers. 2108/head
authorKevin Cox <kevincox@kevincox.ca>
Tue, 15 Jul 2014 16:28:38 +0000 (12:28 -0400)
committerKevin Cox <kevincox@kevincox.ca>
Tue, 15 Jul 2014 20:56:18 +0000 (16:56 -0400)
commit80ea6067f790b9431ae6744c38a034833e8ad4ab
treeccf052366beccdd55a8f4993bf6fa30f19de0017
parent79f3f6749122ce2944baa70541949d7ca75525e6
Fix size of network protocol intergers.

This fixes the size of some integers that are visible in the network
protocol.  There should be no change for machines where sizeof(int) ==
4.

Signed-Of-By: Kevin Cox <kevincox@kevincox.ca>
src/messages/MOSDPGTemp.h
src/mon/OSDMonitor.cc
src/osd/OSDMap.cc
src/osd/OSDMap.h
src/test/osd/TestOSDMap.cc