FD.io VPP  v17.07.01-10-g3be13f0
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

int main ( int  argc,
char **  argv 
)

Definition at line 215 of file persist.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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:

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:

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:

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_t persist_main

Definition at line 50 of file persist.c.