summaryrefslogtreecommitdiffstats
path: root/kiro-client.h
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2014-04-25 19:32:51 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2014-04-25 19:37:54 +0200
commit3405180e97cd6b4d4bef6fed2a7e666eb8126906 (patch)
tree0424d46f5a14c57686fecc8b46ad133f3e7ec5b8 /kiro-client.h
parent2b5ad5dfa5baa9a243051022510600fd8a82fd20 (diff)
downloadkiro-3405180e97cd6b4d4bef6fed2a7e666eb8126906.tar.gz
kiro-3405180e97cd6b4d4bef6fed2a7e666eb8126906.tar.bz2
kiro-3405180e97cd6b4d4bef6fed2a7e666eb8126906.tar.xz
kiro-3405180e97cd6b4d4bef6fed2a7e666eb8126906.zip
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
Diffstat (limited to 'kiro-client.h')
-rw-r--r--kiro-client.h4
1 files changed, 2 insertions, 2 deletions
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