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 --- test-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-client.c') diff --git a/test-client.c b/test-client.c index 67dacf7..0a318f1 100644 --- a/test-client.c +++ b/test-client.c @@ -7,6 +7,7 @@ int main(void) { KiroClient *client = g_object_new(KIRO_TYPE_CLIENT, NULL); - kiro_client_connect(client, "192.168.11.61", "60010", 5000); + kiro_client_connect(client, "192.168.11.61", "60010"); + kiro_client_sync(client); return 0; } \ No newline at end of file -- cgit v1.2.3