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