Main Page   Compound List   File List   Compound Members   File Members  

dice_sync Struct Reference

Synchronous variable type. More...

List of all members.

Public Attributes

char * name
char * type
void * value
void * nextvalue
enum dice_variable_state state
int owner
int changedby


Detailed Description

Synchronous variable type.

Definition at line 72 of file sync.c.


Member Data Documentation

int dice_sync::changedby
 

Socket of last client that changed.

Definition at line 81 of file sync.c.

char* dice_sync::name
 

Variable name.

Definition at line 73 of file sync.c.

void* dice_sync::nextvalue
 

Value for next update

Definition at line 76 of file sync.c.

int dice_sync::owner
 

Socket of variable creator.

Definition at line 80 of file sync.c.

enum dice_variable_state dice_sync::state
 

Variable state

Definition at line 77 of file sync.c.

char* dice_sync::type
 

Variable type.

Definition at line 74 of file sync.c.

void* dice_sync::value
 

Variable value.

Definition at line 75 of file sync.c.


The documentation for this struct was generated from the following file:
Generated at Sun Dec 9 16:13:18 2001 for dicelib by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001