From: Mark Vitale Date: Thu, 18 Jun 2015 19:54:28 +0000 (-0400) Subject: afs: document missing afs_Analyze parm X-Git-Tag: upstream/1.8.0_pre1^2~74 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b3e85976936239e30d44da00bf28fbe8487f6998;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/afs/afs_analyze.c b/src/afs/afs_analyze.c index 7dfc4f6b9..9eecf719b 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.