]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OSD: pass a pointer to last_sent_epoch instead of the whole Session
authorGreg Farnum <greg@inktank.com>
Fri, 21 Mar 2014 22:44:55 +0000 (15:44 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 5 May 2014 22:29:19 +0000 (15:29 -0700)
commit399e67f884bb81d7b51385f00e02426ff5148d3a
tree03b34eed665287f5d3c570c8fda8e61e2e3a1f46
parentc97f96837ae02370967cb09180e04172c84db0a5
OSD: pass a pointer to last_sent_epoch instead of the whole Session

We don't use any other part of the Session, and this interface will
be easier to move out of the OSD class.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/osd/OSD.cc
src/osd/OSD.h