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 348c673fa..ea016c34d 100644 --- a/transport/ib-verbs/src/ib-verbs.h +++ b/transport/ib-verbs/src/ib-verbs.h @@ -202,6 +202,7 @@ struct _ib_verbs_private { char handshake_ret; pthread_mutex_t recv_mutex; + pthread_cond_t recv_cond; /* used during ib_verbs_handshake */ struct { |