diff options
author | Timo <timo.dritschler@kit.edu> | 2014-09-30 14:55:26 +0200 |
---|---|---|
committer | Timo <timo.dritschler@kit.edu> | 2014-09-30 14:55:26 +0200 |
commit | e71b75575658c435bc77c01ef098336c563af740 (patch) | |
tree | dd2d852820339cf84df216e62a76ebbda9d32fc0 /src/kiro-client.h | |
parent | 6ffe22890f901238318c68c38c099ccd62321a9a (diff) | |
download | kiro-e71b75575658c435bc77c01ef098336c563af740.tar.gz kiro-e71b75575658c435bc77c01ef098336c563af740.tar.bz2 kiro-e71b75575658c435bc77c01ef098336c563af740.tar.xz kiro-e71b75575658c435bc77c01ef098336c563af740.zip |
Fixed a bug in RDMA memory allocation (Size information was missing)
Added test-latency and test-bandwith tests
Diffstat (limited to 'src/kiro-client.h')
-rw-r--r-- | src/kiro-client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kiro-client.h b/src/kiro-client.h index b03bab9..b4e1b09 100644 --- a/src/kiro-client.h +++ b/src/kiro-client.h @@ -83,8 +83,8 @@ int kiro_client_sync (KiroClient *client); void *kiro_client_get_memory (KiroClient *client); -size_t kior_client_get_memory_size (KiroClient *client); +size_t kiro_client_get_memory_size (KiroClient *client); G_END_DECLS -#endif //__KIRO_CLIENT_H
\ No newline at end of file +#endif //__KIRO_CLIENT_H |