#include <http-aux.h>
Collaboration diagram for NeighborCache::ServerList:

Public Member Functions | |
| ServerList () | |
| void | insert (ServerEntry *s) |
| ServerEntry * | gethead () |
| int | num () const |
Public Attributes | |
| ServerEntry * | head_ |
| int | num_ |
|
|
Definition at line 440 of file http-aux.h.
|
|
|
Definition at line 447 of file http-aux.h. References head_. Referenced by NeighborCache::invalidate(), NeighborCache::is_server_down(), NeighborCache::pack_leave(), NeighborCache::server_down(), NeighborCache::server_up(), and NeighborCache::~NeighborCache().
00447 { return head_; } // For iterations
|
|
|
Definition at line 441 of file http-aux.h. References head_, NeighborCache::ServerEntry::next_, and num_. Referenced by NeighborCache::add_server().
|
|
|
Definition at line 448 of file http-aux.h. References num_. Referenced by NeighborCache::num().
00448 { return num_; }
|
|
|
Definition at line 449 of file http-aux.h. Referenced by gethead(), insert(), and ServerList(). |
|
|
Definition at line 450 of file http-aux.h. Referenced by insert(), num(), and ServerList(). |
1.3.3