mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@734 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
ae3562ea5e
commit
a27f45334b
@ -197,13 +197,15 @@ int main(int argc, char **argv)
|
||||
it != clientlist.end();
|
||||
it++) {
|
||||
int i = *it;
|
||||
syn[i] = new SyntheticClient(client[i]);
|
||||
}
|
||||
|
||||
for (set<int>::iterator it = clientlist.begin();
|
||||
it != clientlist.end();
|
||||
it++) {
|
||||
int i = *it;
|
||||
|
||||
client[i]->mount();
|
||||
|
||||
//cout << "starting synthetic client on rank " << myrank << endl;
|
||||
syn[i] = new SyntheticClient(client[i]);
|
||||
|
||||
syn[i]->start_thread();
|
||||
|
||||
nclients++;
|
||||
|
Loading…
Reference in New Issue
Block a user