Mailing List Archive

[master] c595770f9 Polish: VCL_BYTES is an integer type
commit c595770f9de9551ad6e28bdbc7b381967c2eb412
Author: Nils Goroll <nils.goroll@uplex.de>
Date: Mon Jan 8 17:47:40 2024 +0100

Polish: VCL_BYTES is an integer type

or rather, has been for some time now.

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index 0660f2283..10fedac24 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -287,11 +287,11 @@ def parse_var_doc(fn):
parse_var(l[n-2:m-1])

stv_variables = (
- ('free_space', 'BYTES', "0.", 'storage.<name>.free_space', """
+ ('free_space', 'BYTES', "0", 'storage.<name>.free_space', """
Free space available in the named stevedore. Only available for
the malloc stevedore.
"""),
- ('used_space', 'BYTES', "0.", 'storage.<name>.used_space', """
+ ('used_space', 'BYTES', "0", 'storage.<name>.used_space', """
Used space in the named stevedore. Only available for the malloc
stevedore.
"""),
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit