summaryrefslogtreecommitdiffstats
path: root/kiro-client.h
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2014-05-09 18:20:11 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2014-05-09 18:20:11 +0200
commitb39079922bb4288dee30dfcb89a0fa0d20e81632 (patch)
treebb9dd4bc6ec302ce696661b7066ac825866cc43c /kiro-client.h
parent18ae33837ee1451dddf265198b51ef3483e2029b (diff)
downloadkiro-b39079922bb4288dee30dfcb89a0fa0d20e81632.tar.gz
kiro-b39079922bb4288dee30dfcb89a0fa0d20e81632.tar.bz2
kiro-b39079922bb4288dee30dfcb89a0fa0d20e81632.tar.xz
kiro-b39079922bb4288dee30dfcb89a0fa0d20e81632.zip
Restructured kiro-server implementation to make it a bit more modular
Added interface to kiro-client to access the memory allocated for communication Added new 'kiro_destroy_connection' to kiro-rdma package Changed interface of 'kiro_destroy_connection_context' and updated server and client accordingly Started to implement a more visual testing routine in test-server Made test-client use commandline arguments for address and port Updated Makefile
Diffstat (limited to 'kiro-client.h')
-rw-r--r--kiro-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kiro-client.h b/kiro-client.h
index 61e5676..e3e60de 100644
--- a/kiro-client.h
+++ b/kiro-client.h
@@ -81,6 +81,9 @@ int kiro_client_connect (KiroClient* client, char* dest_addr
int kiro_client_sync (KiroClient* client);
+void* kiro_client_get_memory (KiroClient* client);
+
+size_t kior_client_get_memory_size (KiroClient* client);
G_END_DECLS