OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3055-gc00c0ef
Gerrit Code Review
gerrit@openafs.org
Mon, 29 Oct 2012 09:11:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit c00c0effd18dd508051ebc4c7c8983b800f8a973
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Oct 23 19:21:09 2012 +0100
rx: Move bytesSent + bytesRcvd into app only data
The call->bytesSent and call->bytesRcvd counters are only manipulated
by the application thread in running calls. Move them into the app-only
section of the call structure so this is clear.
Change-Id: Ib7929a8e34bcb70c8cb9c1f89544adce0d627299
Reviewed-on: http://gerrit.openafs.org/8288
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/rx.c | 12 ++++++------
src/rx/rx_call.c | 4 ++--
src/rx/rx_call.h | 6 +++---
src/rx/rx_rdwr.c | 8 ++++----
4 files changed, 15 insertions(+), 15 deletions(-)
--
OpenAFS Master Repository