OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-297-g58e7b85
Gerrit Code Review
gerrit@openafs.org
Sat, 23 Oct 2010 12:56:32 -0700 (PDT)
The following commit has been merged in the master branch:
commit 58e7b85ab7c3c839c5dd126bd1c254f68a16b73a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Oct 23 15:07:42 2010 +0100
rx: Tidy up variables in RTT calc
We used to do rttp = &thisRtt, and then use rttp and thisRtt to
interchangably refer to the same data. This is just confusing, and
unnecessary. Replace all of the occurences of rttp with &thisRtt.
Take the opportunity to use the Clock_IsZero macro rather than doing
an explicit zero clock check.
Change-Id: If2e0d7b6dcf96f4e46bde083063115d675a4153f
Reviewed-on: http://gerrit.openafs.org/3031
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/rx.c | 37 ++++++++++++++++++-------------------
1 files changed, 18 insertions(+), 19 deletions(-)
--
OpenAFS Master Repository