OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1879-gbe8db58
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Nov 2011 06:50:05 -0800 (PST)
The following commit has been merged in the master branch:
commit be8db58f5a44ce2ee4208de09a5ca1faf6f0f91f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Oct 22 16:22:36 2011 +0100
rx: New signature for rx event functions
For a while now, we've had both new and old-style rx event callback
functions. Modify all of our event handlers, and the functions that
install them, to use only new style functions, and get rid of the
old-style function prototypes.
Change-Id: Ic7c568df9d191edb082fb41fb7705c54ca93cf48
Reviewed-on: http://gerrit.openafs.org/5839
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx.c | 70 +++++++++++++++++++++++++++--------------------
src/rx/rx_event.c | 61 ++++-------------------------------------
src/rx/rx_event.h | 6 +---
src/rx/rx_prototypes.h | 39 +++------------------------
4 files changed, 51 insertions(+), 125 deletions(-)
--
OpenAFS Master Repository