RTRlib
Loading...
Searching...
No Matches
trie-pfx.h File Reference
#include "rtrlib/lib/ip.h"
#include <pthread.h>
#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  pfx_record
 pfx_record. More...
 
struct  pfx_table
 pfx_table. More...
 

Typedefs

typedef void(* pfx_update_fp) (struct pfx_table *pfx_table, const struct pfx_record record, const bool added)
 A function pointer that is called if an record was added to the pfx_table or was removed from the pfx_table.