FD.io VPP  v21.10.1-2-g0a485f517
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 214 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 67 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 155 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 143 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 124 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 49 of file persist.c.