projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reduced timeouts by 10x
[invirt/third/libt4.git]
/
rsmtest_client.h
diff --git
a/rsmtest_client.h
b/rsmtest_client.h
index
73a6cf1
..
e71fede
100644
(file)
--- a/
rsmtest_client.h
+++ b/
rsmtest_client.h
@@
-3,17
+3,16
@@
#ifndef rsmtest_client_h
#define rsmtest_client_h
#ifndef rsmtest_client_h
#define rsmtest_client_h
-#include <string>
+#include "types.h"
#include "rsm_protocol.h"
#include "rsm_protocol.h"
-#include "rpc/rpc.h"
// Client interface to the rsmtest server
class rsmtest_client {
protected:
// Client interface to the rsmtest server
class rsmtest_client {
protected:
- rpcc *cl;
+ rpcc cl;
public:
public:
- rsmtest_client(std::string d);
- virtual ~rsmtest_client() {};
+ rsmtest_client(string d);
+ virtual ~rsmtest_client() {}
virtual rsm_test_protocol::status net_repair(int heal);
virtual rsm_test_protocol::status breakpoint(int b);
};
virtual rsm_test_protocol::status net_repair(int heal);
virtual rsm_test_protocol::status breakpoint(int b);
};