#include <pthread.h>
#include <string.h>
#include <math.h>
#include <map>
#include "main/timers.hh"
#include "main/filter.hh"
#include "main/config.hh"
#include "main/iodev.hh"
#include "main/tools.hh"
Include dependency graph for dr.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | DiffusionRouting |
| class | FilterKeepaliveCallback |
| class | InterestCallback |
| class | OldAPITimer |
| class | RecRmst |
| class | TimerCallbacks |
Defines | |
| #define | POLLING_INTERVAL 10 |
| #define | SMALL_TIMEOUT 10 |
| #define | WAIT_FOREVER -1 |
Typedefs | |
| typedef list< CallbackEntry * > | CallbackList |
| typedef long | handle |
| typedef list< HandleEntry * > | HandleList |
| typedef map< int, void *, less< int > > | Int2Frag |
| typedef map< int, RecRmst *, less< int > > | Int2RecRmst |
|
|
Definition at line 77 of file dr.hh. Referenced by DiffusionRouting::run(). |
|
|
|
|
|
Definition at line 76 of file dr.hh. Referenced by DiffusionRouting::doIt(), and DiffusionRouting::run(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6