libubox
C utility functions for OpenWrt.
|
#include <udebug-proto.h>
Data Fields | |
uint8_t | type |
uint8_t | _pad [3] |
uint32_t | id |
union { | |
struct { | |
uint32_t ring_size | |
uint32_t data_size | |
} | |
uint32_t notify_mask | |
} | __attribute__ |
Definition at line 48 of file udebug-proto.h.
union { ... } udebug_client_msg::__attribute__ |
uint8_t udebug_client_msg::_pad[3] |
Definition at line 50 of file udebug-proto.h.
uint32_t udebug_client_msg::data_size |
Definition at line 54 of file udebug-proto.h.
uint32_t udebug_client_msg::id |
Definition at line 51 of file udebug-proto.h.
uint32_t udebug_client_msg::notify_mask |
Definition at line 56 of file udebug-proto.h.
uint32_t udebug_client_msg::ring_size |
Definition at line 54 of file udebug-proto.h.
uint8_t udebug_client_msg::type |
Definition at line 49 of file udebug-proto.h.