]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Kill global variable sched.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 18:10:54 +0000 (20:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Jun 2025 15:40:13 +0000 (17:40 +0200)
commitd7ed1f85fe67833dbaefd188d73aa283dcf2b463
tree968f714c4922a28977582cb4cd73cf23bccdcfbd
parent9d5e2fd932f2b847792fa55b071a0061e1b9cd84
server: Kill global variable sched.

Make it local to main() and pass the pointer to the few functions that need it.
server.c