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
4e373b6a
Commit
4e373b6a
authored
May 13, 2013
by
Martin Blix Grydeland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation about behavior on VSM_Close.
parent
3e5f3757
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
vsm.h
include/vapi/vsm.h
+4
-1
No files found.
include/vapi/vsm.h
View file @
4e373b6a
...
...
@@ -124,7 +124,10 @@ int VSM_Abandoned(struct VSM_data *vd);
void
VSM_Close
(
struct
VSM_data
*
vd
);
/*
* Close and unmap shared memory, if open.
* Close and unmap shared memory, if open. Any reference to
* previously returned memory areas will cause segmentation
* fault. This includes any VSC counter areas or any VSL SHM
* record references.
*/
...
...
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