]> 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 06:08:33 +0000 (11:38 +0530)
committerJos Collin <jcollin@redhat.com>
Sun, 9 Apr 2017 06:08:40 +0000 (11:38 +0530)
commit4a17e91d34a7b9b4281fce084ea762ff73e94d45
treed92e049853c83cf4a15aa53868f4350da85f59ae
parent829a8d17881912ac9ba187b680b8ec75f0fd461b
osd: Updated OSDMap.cc with C++11 style range-for loops

Incorporated review comments by adding meaningful names for the loop variables.

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