Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / thread_mpi / winthreads.h
index feb115d7ac5bbe48c2a7c4e4a9417d6b4ec0c14b..cdd5dca4181fe55eaa955aac04450d758228bea4 100644 (file)
@@ -41,6 +41,7 @@ files.
 struct tMPI_Thread
 {
     HANDLE th;            /* the thread handle */
+    DWORD id;             /* the thread ID */
     int started_by_tmpi;  /* whether this thread was started by tmpi */
 };