Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lnet / ulnds / connection.h
index 6f57287..fb1eaab 100644 (file)
@@ -10,6 +10,7 @@
 
 typedef struct manager {
     table connections;
+    pthread_mutex_t conn_lock; /* protect connections table */
     int bound;
     io_handler bound_handler;
     int (*handler)(void *, void *);