Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_link Struct Reference

Log link instance. More...

#include <log_link.h>

Data Fields

const struct log_link_apiapi
 Link operations.
const char * name
 Unique link name.
struct log_link_ctrl_blkctrl_blk
 Run-time control block.
void * ctx
 Context associated with the link.

Detailed Description

Log link instance.

Field Documentation

◆ api

const struct log_link_api* log_link::api

Link operations.

◆ ctrl_blk

struct log_link_ctrl_blk* log_link::ctrl_blk

Run-time control block.

◆ ctx

void* log_link::ctx

Context associated with the link.

◆ name

const char* log_link::name

Unique link name.


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