]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Early vss shutdown for command handlers.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 20 Oct 2021 19:13:58 +0000 (21:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 16 May 2022 18:28:34 +0000 (20:28 +0200)
commit018a7b7927b76044b28eece39039cb2f5ea9c192
tree711cc15b1b1ac31bca7f575ae4d3752205b8cfde
parent5d72d5880a6bd319a8ce2bf7dd2e4921938c77c2
server: Early vss shutdown for command handlers.

Command must communicate with the vss through the shared memory area
(mmd). Deallocating all resources early in the command handler makes
the code more robust and saves some memory.
server.c