From 3405180e97cd6b4d4bef6fed2a7e666eb8126906 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Fri, 25 Apr 2014 19:32:51 +0200 Subject: KIRO Server and Client now automatically exchange MRI on connect Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server Updated Makefile Updated test-client --- kiro-client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiro-client.h') diff --git a/kiro-client.h b/kiro-client.h index 0f6881c..61e5676 100644 --- a/kiro-client.h +++ b/kiro-client.h @@ -77,9 +77,9 @@ GObject kiro_client_new (void); /* client functions */ -int kiro_client_connect (KiroClient *, char *, char*); +int kiro_client_connect (KiroClient* client, char* dest_addr, char* dest_port); -int kiro_client_sync (KiroClient *); +int kiro_client_sync (KiroClient* client); G_END_DECLS -- cgit v1.2.3