]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Move afs_pid out of mmd struct.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Aug 2017 18:33:55 +0000 (20:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Oct 2017 06:30:51 +0000 (08:30 +0200)
commite32a0e7295c6386b421956553ae577a7df1abf8e
tree0d9c978352a4671e04f5316cd8376b8ca1a01bba
parent1c8218665d39f212eb7cddaea70c5ab66d7e26c7
server: Move afs_pid out of mmd struct.

The afs_pid variable is read-only after it has been initialized. Hence
it does not qualify for being part of the shared memory area which
contains the mmd struct. Make it a global variable instead.
command.c
server.c
server.h