diff options
author | Timo Dritschler <timo.dritschler@kit.edu> | 2014-04-25 19:32:51 +0200 |
---|---|---|
committer | Timo Dritschler <timo.dritschler@kit.edu> | 2014-04-25 19:37:54 +0200 |
commit | 3405180e97cd6b4d4bef6fed2a7e666eb8126906 (patch) | |
tree | 0424d46f5a14c57686fecc8b46ad133f3e7ec5b8 /kiro-server.h | |
parent | 2b5ad5dfa5baa9a243051022510600fd8a82fd20 (diff) | |
download | kiro-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-server.h')
-rw-r--r-- | kiro-server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiro-server.h b/kiro-server.h index 6e7973c..1d85419 100644 --- a/kiro-server.h +++ b/kiro-server.h @@ -76,7 +76,7 @@ GObject kiro_server_new (void); /* server functions */ -int kiro_server_start (KiroServer*, char*, char*); +int kiro_server_start (KiroServer* server, char* bind_addr, char* bind_port); G_END_DECLS |