Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
c595770f
Unverified
Commit
c595770f
authored
Jan 08, 2024
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish: VCL_BYTES is an integer type
or rather, has been for some time now.
parent
7b757212
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
generate.py
lib/libvcc/generate.py
+2
-2
No files found.
lib/libvcc/generate.py
View file @
c595770f
...
...
@@ -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.
"""
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment