#include <flood-agent.h>
Collaboration diagram for QueryList:

Public Member Functions | |
| QueryList () | |
Public Attributes | |
| nsaddr_t | src_ |
| int | obj_name_ |
| int | origin_time_ |
| int | num_hops_ |
| nsaddr_t | last_hop_id_ |
| QueryList * | next_ |
|
|
Definition at line 25 of file flood-agent.h. References next_.
00025 {
00026 next_ = NULL;
00027 }
|
|
|
Definition at line 32 of file flood-agent.h. Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list(). |
|
|
Definition at line 33 of file flood-agent.h. Referenced by FloodAgent::get_next_hop(), QueryList(), and FloodAgent::search_queries_list(). |
|
|
Definition at line 31 of file flood-agent.h. Referenced by FloodAgent::search_queries_list(). |
|
|
Definition at line 29 of file flood-agent.h. Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list(). |
|
|
Definition at line 30 of file flood-agent.h. Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list(). |
|
|
Definition at line 28 of file flood-agent.h. Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list(). |
1.3.3