]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add command to exit cleanly
authorJosh Durgin <josh.durgin@dreamhost.com>
Sat, 28 May 2011 00:40:28 +0000 (17:40 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 7 Jun 2011 19:04:29 +0000 (12:04 -0700)
commit1cc78b6a864d36cbe1eda45890d7f361adb8201d
treea21899252410cbe26c0983208baae299b94ab097
parent24195b9c873cc6622b746d7e9d120ebd29914d6f
osd: add command to exit cleanly

This is required for gcov to work on daemons since the coverage data
is written atexit, and the function that writes the data is not
exported.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/osd/OSD.cc