]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os: Clean up endian handling
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 16 Sep 2019 15:19:24 +0000 (17:19 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 18 Sep 2019 11:33:59 +0000 (13:33 +0200)
commit16f3211a90f446a2aa614d3c06e9cce51fb6d803
treedcd0aee1ad36c56f73d1e1c4ad12bef2b56ded1c
parentb36d721c8abf297da64633ea9fe7e7ab3da1073b
os: Clean up endian handling

Replace remaining uses of __le32 in Transaction.h with uint32_t.
These objects are only used locally and do not require endian swaps.

This change is a no-op on all architectures.

Signed-off-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
src/os/Transaction.h