#include <pthread.h>#include <string.h>#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.
Compounds | |
| class | DiffusionRouting |
| class | FilterKeepaliveCallback |
| class | InterestCallback |
| class | OldAPITimer |
| class | TimerCallbacks |
Defines | |
| #define | WAIT_FOREVER -1 |
| #define | POLLING_INTERVAL 10 |
| #define | SMALL_TIMEOUT 10 |
Typedefs | |
| typedef long | handle |
| typedef list< HandleEntry * > | HandleList |
| typedef list< CallbackEntry * > | CallbackList |
|
|
Definition at line 55 of file dr.hh. Referenced by DiffusionRouting::run(). |
|
|
Definition at line 56 of file dr.hh. Referenced by DiffusionRouting::subscribe(). |
|
|
Definition at line 54 of file dr.hh. Referenced by DiffusionRouting::doIt(), and DiffusionRouting::run(). |
|
|
|
|
|
|
|
1.3.3