[mpich-commits] r10678 - mpich2/trunk/src/mpid/ch3/include

dinan at mcs.anl.gov dinan at mcs.anl.gov
Tue Nov 27 17:40:02 CST 2012


Author: dinan
Date: 2012-11-27 17:40:02 -0600 (Tue, 27 Nov 2012)
New Revision: 10678

Modified:
   mpich2/trunk/src/mpid/ch3/include/mpidpre.h
Log:
Cleanup: Remove unnecessary line continuation

This removes macro copy-paste clutter that was left around from when this state
moved from MPID_Win into a separate structure.

Reviewer: goodell

Modified: mpich2/trunk/src/mpid/ch3/include/mpidpre.h
===================================================================
--- mpich2/trunk/src/mpid/ch3/include/mpidpre.h	2012-11-27 23:40:00 UTC (rev 10677)
+++ mpich2/trunk/src/mpid/ch3/include/mpidpre.h	2012-11-27 23:40:02 UTC (rev 10678)
@@ -222,16 +222,16 @@
 struct MPIDI_RMA_op;            /* forward decl from mpidrma.h */
 
 struct MPIDI_Win_target_state {
-    struct MPIDI_RMA_Op *rma_ops_list;                                   \
-                                /* list of outstanding RMA operations */ \
-    volatile enum MPIDI_CH3_Lock_states remote_lock_state;               \
-                                /* Indicates the state of the target     \
-                                   process' "lock" for passive target    \
-                                   RMA. */                               \
-    int remote_lock_mode;       /* Indicates the access mode             \
-                                   (shared/exclusive) of the target      \
-                                   process for passive target RMA. Valid \
-                                   whenever state != NONE. */            \
+    struct MPIDI_RMA_Op *rma_ops_list;
+                                /* List of outstanding RMA operations */
+    volatile enum MPIDI_CH3_Lock_states remote_lock_state;
+                                /* Indicates the state of the target
+                                   process' "lock" for passive target
+                                   RMA. */
+    int remote_lock_mode;       /* Indicates the access mode
+                                   (shared/exclusive) of the target
+                                   process for passive target RMA. Valid
+                                   whenever state != NONE. */
 };
 
 #define MPIDI_DEV_WIN_DECL                                               \



More information about the commits mailing list