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 /src/include | |
| parent | 29c3282e7c73474642dc48d60ef90d79385c2a1b (diff) | |
| download | bcnm-ec17a98d42d8f90d8cbefb01943562a63f2e74d5.tar.gz | |
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 'src/include')
| -rw-r--r-- | src/include/bcnm/wpactrl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/bcnm/wpactrl.h b/src/include/bcnm/wpactrl.h index 102c063..a81385e 100644 --- a/src/include/bcnm/wpactrl.h +++ b/src/include/bcnm/wpactrl.h @@ -47,8 +47,9 @@ struct wpactrl_s size_t datahead ; stralloc data ; stralloc filters ; + stralloc clientpath ; } ; -#define WPACTRL_ZERO { -1, -1, 0, TAIN_ZERO, 0, STRALLOC_ZERO, STRALLOC_ZERO } +#define WPACTRL_ZERO { -1, -1, 0, TAIN_ZERO, 0, STRALLOC_ZERO, STRALLOC_ZERO, STRALLOC_ZERO } #define WPACTRL_OPTION_NOFILTER 0x0001U |
