diff options
author | Timo Dritschler <timo.dritschler@kit.edu> | 2014-05-09 18:20:11 +0200 |
---|---|---|
committer | Timo Dritschler <timo.dritschler@kit.edu> | 2014-05-09 18:20:11 +0200 |
commit | b39079922bb4288dee30dfcb89a0fa0d20e81632 (patch) | |
tree | bb9dd4bc6ec302ce696661b7066ac825866cc43c /kiro-trb.h | |
parent | 18ae33837ee1451dddf265198b51ef3483e2029b (diff) | |
download | kiro-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-trb.h')
-rw-r--r-- | kiro-trb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ int kiro_trb_clone (KiroTrb* trb, void* source); * In case of failure, no internal memory will change as if the * call to kiro_trb_push has never happened. * See also: - * kiro_trb_push_dma, kiro_trb_get_element_size, kiro_trb_clone, + * kiro_trb_dma_push, kiro_trb_get_element_size, kiro_trb_clone, * kiro_trb_adopt */ int kiro_trb_push (KiroTrb* trb, void* source); |