FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
persist.c File Reference
+ Include dependency graph for persist.c:

Go to the source code of this file.

Data Structures

struct  persist_main_t
 
struct  demo_struct2_t
 
struct  demo_struct1_t
 

Functions

clib_error_tpersist_malloc (persist_main_t *pm)
 
void unserialize_demo1 (serialize_main_t *sm, va_list *args)
 
void serialize_demo1 (serialize_main_t *sm, va_list *args)
 
clib_error_tpersist_serialize (persist_main_t *pm)
 
int main (int argc, char **argv)
 

Variables

persist_main_t persist_main
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 215 of file persist.c.

+ Here is the call graph for this function:

◆ persist_malloc()

clib_error_t* persist_malloc ( persist_main_t pm)

Definition at line 68 of file persist.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ persist_serialize()

clib_error_t* persist_serialize ( persist_main_t pm)

Definition at line 156 of file persist.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ serialize_demo1()

void serialize_demo1 ( serialize_main_t sm,
va_list *  args 
)

Definition at line 144 of file persist.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unserialize_demo1()

void unserialize_demo1 ( serialize_main_t sm,
va_list *  args 
)

Definition at line 125 of file persist.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ persist_main

persist_main_t persist_main

Definition at line 50 of file persist.c.