--- deliantra/server/include/client.h 2007/06/04 12:19:08 1.52 +++ deliantra/server/include/client.h 2007/06/09 22:54:03 1.53 @@ -118,6 +118,7 @@ unsigned int inbuf_len; // number of bytes valid in inbuf statsinfo stats; int ACC (RO, active); + player_ptr ACC (RO, pl); /* The following is the setup for a ring buffer for storing output * data that the OS can't handle right away. @@ -189,7 +190,7 @@ shstr ACC (RW, version); // CF+ client name/version uint8 ACC (RW, faceset); // CF+ selected faceset - player_ptr ACC (RO, pl); + tstamp ACC (RW, last_send); // last data send on socket. int ACC (RW, rtt), ACC (RW, rttvar); /* round-trip time and -variance, if known */