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
a728b148
Commit
a728b148
authored
Jun 27, 2015
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify how to use VSLQ_Flush()
parent
fa4f00e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vsl.h
include/vapi/vsl.h
+3
-2
No files found.
include/vapi/vsl.h
View file @
a728b148
...
...
@@ -518,12 +518,13 @@ int VSLQ_Dispatch(struct VSLQ *vslq, VSLQ_dispatch_f *func, void *priv);
int
VSLQ_Flush
(
struct
VSLQ
*
vslq
,
VSLQ_dispatch_f
*
func
,
void
*
priv
);
/*
* Flush any pending record sets from the query.
* Flush any pending record sets from the query until func
* (if given) returns non-zero.
*
* Arguments:
* vslq: The VSL context
* func: The callback function to call. Pass NULL to discard the
* pending messages
* pending messages
or call repeatedly until 0 is returned.
* priv: An argument passed to func
*
* Return values:
...
...
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