Ubus
OpenWrt system message/RPC bus.
ubus_msg_buf Struct Reference

#include <ubusd.h>

Collaboration diagram for ubus_msg_buf:

Data Fields

uint32_t refcount
 
struct ubus_msghdr hdr
 
struct blob_attr * data
 
int fd
 
int len
 

Detailed Description

Definition at line 31 of file ubusd.h.

Field Documentation

◆ data

struct blob_attr* ubus_msg_buf::data

Definition at line 34 of file ubusd.h.

◆ fd

int ubus_msg_buf::fd

Definition at line 35 of file ubusd.h.

◆ hdr

struct ubus_msghdr ubus_msg_buf::hdr

Definition at line 32 of file ubusd.h.

◆ len

int ubus_msg_buf::len

Definition at line 36 of file ubusd.h.

◆ refcount

uint32_t ubus_msg_buf::refcount

Definition at line 32 of file ubusd.h.


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