diff options
Diffstat (limited to 'transport/ib-verbs/src/ib-verbs.h')
| -rw-r--r-- | transport/ib-verbs/src/ib-verbs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/transport/ib-verbs/src/ib-verbs.h b/transport/ib-verbs/src/ib-verbs.h index 0b61a2a60e7..2e38c009dba 100644 --- a/transport/ib-verbs/src/ib-verbs.h +++ b/transport/ib-verbs/src/ib-verbs.h @@ -209,6 +209,7 @@ struct _ib_verbs_private {          char handshake_ret;          pthread_mutex_t recv_mutex; +        pthread_cond_t  recv_cond;          /* used during ib_verbs_handshake */          struct {  | 
