]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/system/systest_runnable.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / system / systest_runnable.h
index 72da4f4c10479b3f254931fa64ea0c2f390618a3..bfa9130ed7526936e560496f961e53d6e1705272 100644 (file)
@@ -20,7 +20,9 @@
 #include <string>
 #include <vector>
 
+#ifndef _WIN32
 #include "common/Preforker.h"
+#endif
 
 #define RETURN1_IF_NOT_VAL(expected, expr) \
   do {\
@@ -79,7 +81,9 @@ private:
 
   friend void* systest_runnable_pthread_helper(void *arg);
 
+  #ifndef _WIN32
   Preforker preforker;
+  #endif
   const char **m_argv_orig;
   bool m_started;
   int m_id;