diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-11-17 14:27:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-11-17 14:27:09 +0000 |
commit | ec17a98d42d8f90d8cbefb01943562a63f2e74d5 (patch) | |
tree | 511cbe97adce96983935c4cea14a067cc66ddce5 /doc/libwpactrl | |
parent | 29c3282e7c73474642dc48d60ef90d79385c2a1b (diff) | |
download | bcnm-ec17a98d42d8f90d8cbefb01943562a63f2e74d5.tar.xz |
Actually clean up the filesystem when ending a session
This requires storing the client path in the wpactrl_t,
which uses memory, GOD I HATE THAT STUPID IPC MECHANISM
Diffstat (limited to 'doc/libwpactrl')
-rw-r--r-- | doc/libwpactrl/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/libwpactrl/index.html b/doc/libwpactrl/index.html index 6f114c3..204f9f8 100644 --- a/doc/libwpactrl/index.html +++ b/doc/libwpactrl/index.html @@ -132,7 +132,10 @@ will immediately be aborted. <p> <code> int wpactrl_end (wpactrl_t *a) </code> <br /> -Ends the session, freeing all used resources. +Ends the session, freeing all used resources. It is important +to use this function even if your process exits right away, +because <tt>wpactrl_end()</tt> will also delete entries in +the filesystem. </p> <h3> Low-level command sending </h3> |