Main Page   Compound List   File List   Compound Members   File Members  

_dice_data Struct Reference

Internal data. More...

#include <_dicelib.h>

List of all members.

Public Types

enum  { NONE, RSH, SSH, BPROC }

Public Attributes

int verbose
int port
int max_connections
FILE * error
void * handle
char * color [2]
int original_only
int clientnum
_dice_data::_clients * clients
enum _dice_data:: { ... }  spawn
int id
char * controlname
int controlsock
int(* function )(void *)


Detailed Description

Internal data.

Definition at line 51 of file _dicelib.h.


Member Data Documentation

int _dice_data::clientnum
 

Number of clients.

Definition at line 61 of file _dicelib.h.

char* _dice_data::color[2]
 

escape code for colored output

Definition at line 57 of file _dicelib.h.

char* _dice_data::controlname
 

control server name.

Definition at line 71 of file _dicelib.h.

int _dice_data::controlsock
 

socket to the control

Definition at line 72 of file _dicelib.h.

FILE* _dice_data::error
 

error.

Definition at line 55 of file _dicelib.h.

int (* _dice_data::function)(void *)
 

individual function

void* _dice_data::handle
 

dlopen handle to executable.

Definition at line 56 of file _dicelib.h.

int _dice_data::id
 

client id

Definition at line 70 of file _dicelib.h.

int _dice_data::max_connections
 

maximum listen connections.

Definition at line 54 of file _dicelib.h.

int _dice_data::original_only
 

only original can create, change or delete variables.

Definition at line 58 of file _dicelib.h.

int _dice_data::port
 

port to use.

Definition at line 53 of file _dicelib.h.

enum { ... } _dice_data::spawn
 

spawning system

int _dice_data::verbose
 

debug level.

Definition at line 52 of file _dicelib.h.


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