1 // rsmtest client interface.
3 #ifndef rsmtest_client_h
4 #define rsmtest_client_h
7 #include "rsm_protocol.h"
9 // Client interface to the rsmtest server
10 class rsmtest_client {
14 rsmtest_client(std::string d);
15 virtual ~rsmtest_client() {}
16 virtual rsm_test_protocol::status net_repair(int heal);
17 virtual rsm_test_protocol::status breakpoint(int b);