FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
clib_maplog_init_args_t Struct Reference

log initialization structure More...

+ Collaboration diagram for clib_maplog_init_args_t:

Data Fields

clib_maplog_main_tmm
 pointer to the main structure More...
 
char * file_basename
 file base name More...
 
u64 file_size_in_bytes
 file size in bytes More...
 
u32 record_size_in_bytes
 record size in bytes More...
 
u32 application_id
 application identifier More...
 
u8 application_major_version
 application major version number More...
 
u8 application_minor_version
 application minor version number More...
 
u8 application_patch_version
 application patch version number More...
 
u8 maplog_is_circular
 single, circular log More...
 

Detailed Description

log initialization structure

Definition at line 97 of file maplog.h.

Field Documentation

u32 clib_maplog_init_args_t::application_id

application identifier

Definition at line 103 of file maplog.h.

u8 clib_maplog_init_args_t::application_major_version

application major version number

Definition at line 104 of file maplog.h.

u8 clib_maplog_init_args_t::application_minor_version

application minor version number

Definition at line 105 of file maplog.h.

u8 clib_maplog_init_args_t::application_patch_version

application patch version number

Definition at line 106 of file maplog.h.

char* clib_maplog_init_args_t::file_basename

file base name

Definition at line 100 of file maplog.h.

u64 clib_maplog_init_args_t::file_size_in_bytes

file size in bytes

Definition at line 101 of file maplog.h.

u8 clib_maplog_init_args_t::maplog_is_circular

single, circular log

Definition at line 107 of file maplog.h.

clib_maplog_main_t* clib_maplog_init_args_t::mm

pointer to the main structure

Definition at line 99 of file maplog.h.

u32 clib_maplog_init_args_t::record_size_in_bytes

record size in bytes

Definition at line 102 of file maplog.h.


The documentation for this struct was generated from the following file: