28 #ifndef strategyImpl_h
29 #define strategyImpl_h
32 #include <hicn/core/numberSet.h>
54 void (*receiveObject)(
StrategyImpl *strategy,
const NumberSet *egressId,
55 const Message *objectMessage, Ticks pitEntryCreation,
57 void (*onTimeout)(
StrategyImpl *strategy,
const NumberSet *egressId);
62 const Message *interestMessage);
67 void (*addNexthop)(
StrategyImpl *strategy,
unsigned connectionId);
68 void (*removeNexthop)(
StrategyImpl *strategy,
unsigned connectionId);
73 #endif // strategyImpl_h