]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
afs: document missing afs_Analyze parm
authorMark Vitale <mvitale@sinenomine.net>
Thu, 18 Jun 2015 19:54:28 +0000 (15:54 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 17 Aug 2016 13:10:46 +0000 (09:10 -0400)
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>
src/afs/afs_analyze.c

index dea580ba7ba3c16128db230a92e36db9471dee71..58931ad53334f3af03e28eef69f6071d6e1df6ae 100644 (file)
@@ -395,6 +395,7 @@ afs_PrintServerErrors(struct vrequest *areq, struct VenusFid *afid)
  *
  * Arguments:
  *     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.
  *     afid  : The FID of the file involved in the action.  This argument
  *             may be null if none was involved.