]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/global/pidfile.cc: Assign elements in structures individually 10516/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 31 Jul 2016 21:08:16 +0000 (23:08 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 31 Jul 2016 21:08:16 +0000 (23:08 +0200)
commit4c9a23173978c845fa4c8b0b0f82a7c0951966c3
tree9bc44f473db7065f84df2f85e44c82bde859227f
parentdf495186423bb746fddb6b18011db27216f085c8
src/global/pidfile.cc: Assign elements in structures individually

 - Assigning structure is better per element.
   The order of elements is not always the same in very OS.
   So "hardcoding" can/will assign to the wrong elements

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/global/pidfile.cc