From b3e85976936239e30d44da00bf28fbe8487f6998 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 18 Jun 2015 15:54:28 -0400 Subject: [PATCH] afs: document missing afs_Analyze parm rxconn was missing from the comments; add it. Change-Id: I8c0cf212ca2952d3a23c3bb5db1857dfd9a8f41e Reviewed-on: https://gerrit.openafs.org/12004 Reviewed-by: Perry Ruiter Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/afs/afs_analyze.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/afs/afs_analyze.c b/src/afs/afs_analyze.c index 7dfc4f6..9eecf71 100644 --- a/src/afs/afs_analyze.c +++ b/src/afs/afs_analyze.c @@ -385,6 +385,7 @@ afs_PrintServerErrors(struct vrequest *areq, struct VenusFid *afid) * actions are necessary. * * \param[in] aconn Ptr to the relevant connection on which the call was made. + * \param[in] rxconn Ptr to the rx_connection. * \param[in] acode The return code experienced by the RPC. * \param[in] fid The FID of the file involved in the action. This argument * may be null if none was involved. -- 1.7.1