*** empty log message ***

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@334 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sbrandt 2005-06-22 06:03:43 +00:00
parent 92731357df
commit b26640967b
2 changed files with 1 additions and 1 deletions

View File

@ -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()

View File

@ -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>