mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@334 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
92731357df
commit
b26640967b
@ -77,7 +77,6 @@ OSD::OSD(int id, Messenger *m)
|
||||
sprintf(name, "osd%02d", whoami);
|
||||
logger = new Logger(name, (LogType*)&osd_logtype);
|
||||
|
||||
threadpool->init(10);
|
||||
}
|
||||
|
||||
OSD::~OSD()
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "include/config.h"
|
||||
#include "include/types.h"
|
||||
#include "msg/Message.h"
|
||||
#include "common/Mutex.h"
|
||||
#include "rush.h"
|
||||
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user