NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs
pit-struct.h File Reference
#include "../core/mintmr.h"

Go to the source code of this file.

Data Structures

struct  Pit
 The Pending Interest Table (PIT). More...
 

Typedefs

typedef struct Pit Pit
 
typedef struct PitEntry PitEntry
 
typedef void(* Pit_SgTimerCb) (Pit *pit, PitEntry *entry, uintptr_t ctx)
 Callback to handle strategy timer triggers. More...
 

Typedef Documentation

◆ Pit

typedef struct Pit Pit

◆ Pit_SgTimerCb

typedef void(* Pit_SgTimerCb) (Pit *pit, PitEntry *entry, uintptr_t ctx)

Callback to handle strategy timer triggers.

◆ PitEntry

typedef struct PitEntry PitEntry