]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add documentation for prio_class and prio_offset sample fetches.
authorPatrick Hemmer <haproxy@stormcloud9.net>
Mon, 13 Aug 2018 18:07:57 +0000 (14:07 -0400)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 18:19:17 +0000 (20:19 +0200)
This adds documentation that was missed as part of 268a707.

doc/configuration.txt

index 48b69a5bd3593be30f07f379ab7de707da59527b..d11b6318535dee188088cd518bcb3f3e31e3499d 100644 (file)
@@ -13857,6 +13857,17 @@ nbsrv([<backend>]) : integer
   to handle some load. It is useful to report a failure when combined with
   "monitor fail".
 
+prio_class : integer
+  Returns the priority class of the current session for http mode or connection
+  for tcp mode. The value will be that set by the last call to "http-request
+  set-priority-class" or "tcp-request content set-priority-class".
+
+prio_offset : integer
+  Returns the priority offset of the current session for http mode or
+  connection for tcp mode. The value will be that set by the last call to
+  "http-request set-priority-offset" or "tcp-request content
+  set-priority-offset".
+
 proc : integer
   Returns an integer value corresponding to the position of the process calling
   the function, between 1 and global.nbproc. This is useful for logging and