[master] c595770f9 Polish: VCL_BYTES is an integer type

Nils Goroll nils.goroll at uplex.de
Mon Jan 8 16:51:07 UTC 2024


commit c595770f9de9551ad6e28bdbc7b381967c2eb412
Author: Nils Goroll <nils.goroll at 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.
     """),


More information about the varnish-commit mailing list