ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.53 by root, Sat Jun 9 22:54:03 2007 UTC vs.
Revision 1.54 by root, Sun Jun 24 00:33:54 2007 UTC

115struct client : zero_initialised, attachable 115struct client : zero_initialised, attachable
116{ 116{
117 int ACC (RW, fd); 117 int ACC (RW, fd);
118 unsigned int inbuf_len; // number of bytes valid in inbuf 118 unsigned int inbuf_len; // number of bytes valid in inbuf
119 statsinfo stats; 119 statsinfo stats;
120 int ACC (RO, active); 120 object_vector_index ACC (RO, active);
121 player_ptr ACC (RO, pl); 121 player_ptr ACC (RO, pl);
122 122
123 /* The following is the setup for a ring buffer for storing output 123 /* The following is the setup for a ring buffer for storing output
124 * data that the OS can't handle right away. 124 * data that the OS can't handle right away.
125 */ 125 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines