rx: Move bytesSent + bytesRcvd into app only data
[openafs.git] / src / rx / rx_call.c
index 0804b81..43d6034 100644 (file)
@@ -69,6 +69,6 @@ rx_RecordCallStatistics(struct rx_call *call, unsigned int rxInterface,
     clock_Sub(&queue, &call->queueTime);
 
     rxi_IncrementTimeAndCount(call->conn->peer, rxInterface, currentFunc,
-                            totalFunc, &queue, &exec, call->bytesSent,
-                            call->bytesRcvd, 1);
+                            totalFunc, &queue, &exec, call->app.bytesSent,
+                            call->app.bytesRcvd, 1);
 }