Updated MLX_* accessor macros to use implicit type information.

This commit is contained in:
Michael Brown
2007-09-15 18:44:09 +01:00
parent a3a91fedc1
commit 6a791649f0
4 changed files with 132 additions and 100 deletions

View File

@@ -113,6 +113,8 @@ struct ib_completion_queue {
/** An Infiniband completion */
struct ib_completion {
/** Completion is for send queue */
int is_send;
/** Length */
size_t len;
};