]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: pass by ref
authorSage Weil <sage@inktank.com>
Sun, 21 Oct 2012 22:31:17 +0000 (15:31 -0700)
committerSage Weil <sage@inktank.com>
Sun, 21 Oct 2012 22:32:52 +0000 (15:32 -0700)
commitd2f07cc49399b205720e55e3ca88b922db2d2cd4
tree82329e0f07c0047f6eae02291ba0e10a590bc01f
parent0fedc28dac0399d9a376efdaef0d90591df7f851
mon: pass by ref

CID 717044: Big parameter passed by value (PASS_BY_VALUE)
Passing parameter to of type entity_inst_t (size 152 bytes) by value.

CID 717045: 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/Monitor.cc
src/mon/Monitor.h
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.h