From b39079922bb4288dee30dfcb89a0fa0d20e81632 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Fri, 9 May 2014 18:20:11 +0200 Subject: 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 --- kiro-client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kiro-client.h') 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 -- cgit v1.2.3