Changeset 9402
- Timestamp:
- 07/26/12 12:05:13 (11 months ago)
- Location:
- branches/asyncio/src/io/description
- Files:
-
- 2 modified
-
pint-request.c (modified) (1 diff)
-
pvfs-request.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/asyncio/src/io/description/pint-request.c
r9401 r9402 871 871 } 872 872 873 /* gossip_debug(GOSSIP_CLIENT_DEBUG, "PVFS Request reg setup: req = %p, ereq = "874 "%p at depth %d \n", region[node->committed],875 region[node->committed].ereq, depth);876 */877 873 /* Update sreq so that the relative positions are maintained */ 878 874 if (node->sreq) -
branches/asyncio/src/io/description/pvfs-request.c
r9401 r9402 157 157 (*newreq)->committed = 0; 158 158 (*newreq)->refcount = 0; 159 // gossip_debug(GOSSIP_CLIENT_DEBUG, "PVFS Request setup: req = %p, ereq"160 // " = %p\n", *newreq, oldreq);161 159 (*newreq)->ereq = oldreq; 162 160 PINT_REQUEST_REFINC(oldreq);
