afs: document missing afs_Analyze parm

rxconn was missing from the comments; add it.

Reviewed-on: https://gerrit.openafs.org/12004
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit b3e85976936239e30d44da00bf28fbe8487f6998)

Change-Id: I8a56824b9e14971b7e04698ef449daf3d8422889
Reviewed-on: https://gerrit.openafs.org/12341
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
Mark Vitale 2015-06-18 15:54:28 -04:00 committed by Stephan Wiesand
parent 8b1aa797a2
commit c947f3b419

View File

@ -395,6 +395,7 @@ afs_PrintServerErrors(struct vrequest *areq, struct VenusFid *afid)
* *
* Arguments: * Arguments:
* aconn : Ptr to the relevant connection on which the call was made. * aconn : Ptr to the relevant connection on which the call was made.
* rxconn: Ptr to the rx_connection
* acode : The return code experienced by the RPC. * acode : The return code experienced by the RPC.
* afid : The FID of the file involved in the action. This argument * afid : The FID of the file involved in the action. This argument
* may be null if none was involved. * may be null if none was involved.