From: Hariharan T. <th...@us...> - 2003-05-16 05:54:27
|
Update of /cvsroot/sandiaportals/portals/lib In directory sc8-pr-cvs1:/tmp/cvs-serv11672/lib Modified Files: Tag: b_devel lib-move.c Log Message: Added timestamp to ptl_event_t to track request wait/delivery times. Bugzilla#1107. Index: lib-move.c =================================================================== RCS file: /cvsroot/sandiaportals/portals/lib/lib-move.c,v retrieving revision 1.52.2.5 retrieving revision 1.52.2.6 diff -u -w -b -B -p -r1.52.2.5 -r1.52.2.6 --- lib-move.c 9 May 2003 14:32:49 -0000 1.52.2.5 +++ lib-move.c 16 May 2003 05:54:24 -0000 1.52.2.6 @@ -544,6 +544,7 @@ get_new_msg (nal_cb_t *nal, lib_md_t *md msg->send_ack = 0; msg->md = md; + msg->ev.arrival_time = get_cycles(); md->pending++; if (md->threshold != PTL_MD_THRESH_INF) { LASSERT (md->threshold > 0); |