OpenAFS Master Repository branch, master, updated. 32e107317cbc0db93b46a56dcf69102e9ab0ff1e
Gerrit Code Review
gerrit@openafs.org
Fri, 10 Jul 2009 11:36:20 -0700 (PDT)
The following commit has been merged in the master branch:
commit 32e107317cbc0db93b46a56dcf69102e9ab0ff1e
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Fri Jul 10 18:33:38 2009 +0100
Rework bucoord prototypes for external dlq use
Rework prototyping in the bucoord directory so that bucoord_prototypes.h
can be used by others who need definitions of the dlq_* types.
Add additional prototyping and header includes so these types work correctly
No Windows specific changes are required, as the NTMakefile doesn't have
header dependencies
Reviewed-on: http://gerrit.openafs.org/35
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>
src/bubasics/bubasics.h | 2 +-
src/bucoord/Makefile.in | 5 +-
src/bucoord/bc_status.c | 2 +-
src/bucoord/bucoord_internal.h | 176 +++++++++++++++++++++++++++++++
src/bucoord/bucoord_prototypes.h | 210 +++++---------------------------------
src/bucoord/commands.c | 1 +
src/bucoord/dlq.c | 10 +--
src/bucoord/dsvs.c | 2 +-
src/bucoord/dump.c | 3 +-
src/bucoord/dump_sched.c | 2 +-
src/bucoord/main.c | 6 +-
src/bucoord/restore.c | 1 +
src/bucoord/status.c | 1 +
src/bucoord/tape_hosts.c | 2 +-
src/bucoord/ubik_db_if.c | 3 +
src/bucoord/vol_sets.c | 2 +-
16 files changed, 230 insertions(+), 198 deletions(-)
--
OpenAFS Master Repository