]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/client/SyntheticClient.cc
update sources to v12.1.0
[ceph.git] / ceph / src / client / SyntheticClient.cc
index 54c3ddbff44e1afa8f4c0e372ac89c03f89a48b9..14c10467a901f75f404ab887e5a7eddba4a9bf48 100644 (file)
@@ -261,7 +261,7 @@ void parse_syn_options(vector<const char*>& args)
 }
 
 
-SyntheticClient::SyntheticClient(Client *client, int w)
+SyntheticClient::SyntheticClient(StandaloneClient *client, int w)
 {
   this->client = client;
   whoami = w;
@@ -3354,7 +3354,6 @@ int SyntheticClient::chunk_file(string &filename)
   uint64_t size = st.st_size;
   dout(0) << "file " << filename << " size is " << size << dendl;
 
-
   inode_t inode;
   memset(&inode, 0, sizeof(inode));
   inode.ino = st.st_ino;