]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Updated OSDMap.cc with C++11 style range-for loops
authorJos Collin <jcollin@redhat.com>
Sun, 9 Apr 2017 09:32:28 +0000 (15:02 +0530)
committerJos Collin <jcollin@redhat.com>
Sun, 9 Apr 2017 09:32:33 +0000 (15:02 +0530)
commit5d7302341a15ee066ea3e0a333f6fa59bb8ac4a7
tree97d5d1da537955108863893e60cd4dbbfbc76db2
parent4a17e91d34a7b9b4281fce084ea762ff73e94d45
osd: Updated OSDMap.cc with C++11 style range-for loops

Fixed the review comments by replacing all the 'elem' variables with different meaningful names.

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/osd/OSDMap.cc