]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crush/CrushTester.h
update sources to v12.1.1
[ceph.git] / ceph / src / crush / CrushTester.h
index b05d1c3d4e0b6188fc91389d2e8400ca2b99ec11..e58c24875749ccb24542dc6df709700de616ccb8 100644 (file)
@@ -7,7 +7,6 @@
 #include "crush/CrushWrapper.h"
 
 #include <fstream>
-#include <sstream>
 
 class CrushTester {
   CrushWrapper& crush;
@@ -359,10 +358,7 @@ public:
    */
   void check_overlapped_rules() const;
   int test();
-  int test_with_crushtool(const char *crushtool_cmd = "crushtool",
-                         int max_id = -1,
-                         int timeout = 0,
-                         int ruleset = -1);
+  int test_with_fork(int timeout);
 };
 
 #endif