]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
monmap: pass by ref
authorSage Weil <sage@inktank.com>
Sun, 21 Oct 2012 22:29:23 +0000 (15:29 -0700)
committerSage Weil <sage@inktank.com>
Sun, 21 Oct 2012 22:29:23 +0000 (15:29 -0700)
commit0fedc28dac0399d9a376efdaef0d90591df7f851
tree86217247dd427826ee32ac8d04fe8571513d8ac9
parent7d9ee17e82efbf7e09e1227df5fb25bc032a9ba2
monmap: pass by ref

CID 717039 (#1 of 1): Big parameter passed by value (PASS_BY_VALUE)
Passing parameter my_addr of type entity_addr_t (size 136 bytes) by value.

CID 717040: Big parameter passed by value (PASS_BY_VALUE)
Passing parameter a of type entity_addr_t (size 136 bytes) by value.

CID 717041: Big parameter passed by value (PASS_BY_VALUE)
Passing parameter a of type entity_addr_t (size 136 bytes) by value.

CID 717043: Big parameter passed by value (PASS_BY_VALUE)
Passing parameter a of type entity_addr_t (size 136 bytes) by value.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/MonMap.cc
src/mon/MonMap.h