OpenAFS
OpenAFS distributed network file system
tag_afs_conf_cellA_v1 Struct Reference

Cell configuration information. More...

#include <afspext.h>

Data Fields

khm_size cbsize
 set to sizeof(afs_conf_cell)
char name [MAXCELLCHARS]
 Name of the cell.
short numServers
 Number of servers for cell.
short flags
 Not used.
struct sockaddr_in hostAddr [MAXHOSTSPERCELL]
 addresses for each server.
char hostName [MAXHOSTSPERCELL][MAXHOSTCHARS]
 names of the servers.
char * linkedCell
 Not used.

Detailed Description

Cell configuration information.

See also:
afs_msg_klog
Note:
This structure uses ANSI char fields instead of unicode fields.

Field Documentation

short flags

Not used.

Set to zero.

struct sockaddr_in hostAddr[MAXHOSTSPERCELL]

addresses for each server.

There are numServers entries.

char hostName[MAXHOSTSPERCELL][MAXHOSTCHARS]

names of the servers.

There are numServers entries.

char* linkedCell

Not used.

Set to zero.

short numServers

Number of servers for cell.

Upper bound of MAXHOSTSPERCELL


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables