]> git.pond.sub.org Git - empserver/blobdiff - include/player.h
Fix trailing whitespace
[empserver] / include / player.h
index ede5ad729ec653df3d26bf1bcf0216195accb186..64c589fe14efceed9c7ce9a39c74752da531f651 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  player.h: Definitions for player information (threads)
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *     Doug Hay, 1998
@@ -46,6 +46,7 @@
 #define SANCT          (bit(1) | VIS)
 #define NORM           (bit(2) | VIS)
 #define GOD            (bit(3) | NORM | VIS)
+#define EXEC           bit(5)
 #define        CAP             bit(6)
 #define        MONEY           bit(7)
 
@@ -67,18 +68,17 @@ struct player {
     char *condarg;             /* conditional, ASCII, valid if command */
     char *comtail[128];                /* start of args in combuf[] */
     time_t lasttime;           /* when minleft was last debited */
-    int ncomstat;
     int minleft;
     int btused;
     int god;
     int owner;
-    int nstat;
+    int nstat;                 /* command capabilities */
     int simulation;            /* e.g. budget command */
     double dolcost;
-    int broke;
     time_t curup;              /* when last input was received */
-    int aborted;               /* interrupt cookie received? */
+    int aborted;               /* interrupt cookie or EOF received? */
     int eof;                   /* EOF (cookie or real) received? */
+    int recvfail;              /* #recvclient() failures */
     int curid;                 /* for pr, cur. line's id, -1 none */
     char *map;                 /* pointer to in-mem map */
     char *bmap;                        /* pointer to in-mem bmap */