From ec17a98d42d8f90d8cbefb01943562a63f2e74d5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 17 Nov 2019 14:27:09 +0000 Subject: 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 --- doc/libwpactrl/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') 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.

int wpactrl_end (wpactrl_t *a)
-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 wpactrl_end() will also delete entries in +the filesystem.

Low-level command sending

-- cgit v1.2.3