Cosmetic improvements.
[invirt/third/libt4.git] / rsm_client.cc
index ae88169..598a1ed 100644 (file)
@@ -1,4 +1,3 @@
-#include "types.h"
 #include "rsm_client.h"
 #include <arpa/inet.h>
 #include <handle.h>
@@ -8,7 +7,7 @@ rsm_client::rsm_client(string dst) : primary(dst) {
     LOG("create rsm_client");
     lock ml(rsm_client_mutex);
     VERIFY (init_members(ml));
-    LOG("rsm_client: done");
+    LOG("done");
 }
 
 void rsm_client::primary_failure(lock &) {
@@ -16,7 +15,7 @@ void rsm_client::primary_failure(lock &) {
     known_mems.pop_back();
 }
 
-rsm_protocol::status rsm_client::invoke(unsigned int proc, string &rep, const string &req) {
+rsm_protocol::status rsm_client::invoke(unsigned int proc, string & rep, const string & req) {
     lock ml(rsm_client_mutex);
     while (1) {
         LOG("proc " << hex << proc << " primary " << primary);