Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

NeighborCache::ServerEntry Struct Reference

#include <http-aux.h>

Collaboration diagram for NeighborCache::ServerEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ServerEntry (int sid)
int server ()
ServerEntrynext ()
int is_down ()
void down ()
void up ()

Public Attributes

int server_
ServerEntrynext_
int down_

Constructor & Destructor Documentation

NeighborCache::ServerEntry::ServerEntry int  sid  )  [inline]
 

Definition at line 427 of file http-aux.h.

References down_, next_, and server_.

00427 : server_(sid), next_(NULL), down_(0) {}


Member Function Documentation

void NeighborCache::ServerEntry::down  )  [inline]
 

Definition at line 431 of file http-aux.h.

References down_.

Referenced by NeighborCache::server_down().

00431 { down_ = 1; }

int NeighborCache::ServerEntry::is_down  )  [inline]
 

Definition at line 430 of file http-aux.h.

References down_.

Referenced by NeighborCache::is_server_down().

00430 { return down_; }

ServerEntry* NeighborCache::ServerEntry::next  )  [inline]
 

Definition at line 429 of file http-aux.h.

References next_.

Referenced by NeighborCache::invalidate(), NeighborCache::is_server_down(), NeighborCache::server_down(), NeighborCache::server_up(), and NeighborCache::~NeighborCache().

00429 { return next_; }

int NeighborCache::ServerEntry::server  )  [inline]
 

Definition at line 428 of file http-aux.h.

References server_.

Referenced by NeighborCache::invalidate(), NeighborCache::is_server_down(), NeighborCache::server_down(), and NeighborCache::server_up().

00428 { return server_; }

void NeighborCache::ServerEntry::up  )  [inline]
 

Definition at line 432 of file http-aux.h.

References down_.

Referenced by NeighborCache::server_up().

00432 { down_ = 0; }


Member Data Documentation

int NeighborCache::ServerEntry::down_
 

Definition at line 436 of file http-aux.h.

Referenced by down(), is_down(), ServerEntry(), and up().

ServerEntry* NeighborCache::ServerEntry::next_
 

Definition at line 435 of file http-aux.h.

Referenced by NeighborCache::ServerList::insert(), next(), and ServerEntry().

int NeighborCache::ServerEntry::server_
 

Definition at line 434 of file http-aux.h.

Referenced by server(), and ServerEntry().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 20 13:02:27 2004 for NS2.26SourcesOriginal by doxygen 1.3.3