byte order independent code, transportRevision is int8

This commit is contained in:
Matej Sekoranja
2011-09-18 10:06:37 +02:00
parent fe2db88ed4
commit 409c1f17d7
13 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ void testBlockingTCPSender() {
try {
Transport::shared_pointer transport(connector.connect(dtc, drh, srvAddr,
CA_MAGIC_AND_VERSION, CA_DEFAULT_PRIORITY));
CA_VERSION, CA_DEFAULT_PRIORITY));
cout<<"Sending 10 messages..."<<endl;