summaryrefslogtreecommitdiffstats
path: root/kiro-client.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructured kiro-server implementation to make it a bit more modularTimo Dritschler2014-05-091-0/+3
| | | | | | | | | | 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 Server and Client now automatically exchange MRI on connectTimo Dritschler2014-04-251-2/+2
| | | | | | Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server Updated Makefile Updated test-client
* Fixed kiro_create_rdma_memory not setting pointers correctlyTimo Dritschler2014-04-251-1/+1
| | | | Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv"
* Added first draft of a KIRO Client classTimo Dritschler2014-04-241-0/+87
Updated Makefile