X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fserver.h;h=33b8b1fc5b939116ea6fffb21cfdb779c2d7cff3;hp=2c2702a380a7d48a9e09a55a1671aa1af39f706b;hb=HEAD;hpb=7e2008e7f4a7eac9b44ed6e3fa2a7d7dcb0c49bf diff --git a/include/server.h b/include/server.h index 2c2702a38..33b8b1fc5 100644 --- a/include/server.h +++ b/include/server.h @@ -1,6 +1,6 @@ /* * Empire - A multi-player, client/server Internet based war game. - * Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak, + * Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak, * Ken Stevens, Steve McClure, Markus Armbruster * * Empire is free software: you can redistribute it and/or modify @@ -38,8 +38,8 @@ #define UPDATE_TIME_LEN 16 extern int shutdown_pending; -extern empth_rwlock_t *play_lock; -extern int update_running; +extern empth_rwlock_t *update_lock; +extern empth_rwlock_t *shutdown_lock; extern time_t update_time[UPDATE_TIME_LEN]; void market_init(void);