struct te_log_msg_truncated
Overview
Information about truncated part of raw log argument. More…
#include <te_log_fmt.h> struct te_log_msg_truncated { // fields const void* addr; uint64_t fd; union te_log_msg_truncated::@1 data; size_t len; const char* fmt; size_t fmt_len; };
Detailed Documentation
Information about truncated part of raw log argument.
Fields
const void* addr
Pointer argument for MEM type.
uint64_t fd
File descriptor.
unnamed-union data
Type specific data.
size_t len
Length of the truncated part.
const char* fmt
Format of the message.
size_t fmt_len
Format length.