Fixed a race condition!
[invirt/third/libt4.git] / rsmtest_client.cc
index cb3ce8c..f4238db 100644 (file)
@@ -3,7 +3,7 @@
 #include "rsmtest_client.h"
 #include <arpa/inet.h>
 
-rsmtest_client::rsmtest_client(std::string dst) : cl(dst) {
+rsmtest_client::rsmtest_client(string dst) : cl(dst) {
     if (cl.bind() < 0)
         cout << "rsmtest_client: call bind" << endl;
 }
@@ -21,5 +21,3 @@ rsm_test_protocol::status rsmtest_client::breakpoint(int b) {
     VERIFY (ret == rsm_test_protocol::OK);
     return r;
 }
-
-