X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2Frx_call.h;h=66ed5d197e9cb966f3de2ba139098698ace37ab3;hp=7179c1e1e3b624dfac52905592685da26ba7d87e;hb=c00c0effd18dd508051ebc4c7c8983b800f8a973;hpb=6f8da199e5c694e0e9a90f4737a9a1618470389e diff --git a/src/rx/rx_call.h b/src/rx/rx_call.h index 7179c1e..66ed5d1 100644 --- a/src/rx/rx_call.h +++ b/src/rx/rx_call.h @@ -30,6 +30,8 @@ struct rx_call_appl { char *curpos; /* current position in curvec */ int mode; /* Mode of call */ int padding; /* Pad to double word */ + afs_uint64 bytesSent; /* Number bytes sent */ + afs_uint64 bytesRcvd; /* Number bytes received */ }; /* Call structure: only instantiated for active calls and dallying @@ -37,7 +39,6 @@ struct rx_call_appl { * well as state shared with other calls associated with this * connection) is maintained in the connection structure. */ - #ifdef KDUMP_RX_LOCK struct rx_call_rx_lock { #else @@ -142,8 +143,7 @@ struct rx_call { struct clock queueTime; /* time call was queued */ struct clock startTime; /* time call was started */ - afs_uint64 bytesSent; /* Number bytes sent */ - afs_uint64 bytesRcvd; /* Number bytes received */ + u_short tqWaiters; struct rx_packet *xmitList[RX_MAXACKS]; /* Can't xmit more than we ack */