New server.h for server startup, control and shutdown, i.e. stuff in
src/server. Use it.
This commit is contained in:
parent
8115388a58
commit
22a356b1e1
19 changed files with 73 additions and 24 deletions
|
@ -36,13 +36,11 @@
|
|||
#include "player.h"
|
||||
#include "empthread.h"
|
||||
#include "commands.h"
|
||||
#include "server.h"
|
||||
|
||||
int
|
||||
force(void)
|
||||
{
|
||||
extern empth_sem_t *update_sem;
|
||||
extern int update_pending;
|
||||
extern int shutdown_pending;
|
||||
int seconds;
|
||||
time_t now;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue