State for the strategy engine. More...
Data Fields | |
struct ccn_scheduled_event * | ev |
for time-based strategy event | |
int | state |
ccn_wrappedtime | birth |
when interest entry was created | |
ccn_wrappedtime | renewed |
when interest entry was renewed | |
unsigned | renewals |
number of times renewed |
State for the strategy engine.
This is still quite embryonic.
Definition at line 292 of file ccnd_private.h.
when interest entry was created
Definition at line 295 of file ccnd_private.h.
Referenced by propagate_interest().
struct ccn_scheduled_event* ccn_strategy::ev |
for time-based strategy event
Definition at line 293 of file ccnd_private.h.
Referenced by finalize_interest(), strategy_settimer(), and strategy_timer().
unsigned ccn_strategy::renewals |
number of times renewed
Definition at line 297 of file ccnd_private.h.
Referenced by propagate_interest().
when interest entry was renewed
Definition at line 296 of file ccnd_private.h.
Referenced by propagate_interest().
Definition at line 294 of file ccnd_private.h.