Commit 4e373b6a authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Add documentation about behavior on VSM_Close.

parent 3e5f3757
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment