libubox
C utility functions for OpenWrt.
json_script_file Struct Reference

#include <json_script.h>

Collaboration diagram for json_script_file:

Data Fields

struct avl_node avl
 
struct json_script_filenext
 
unsigned int seq
 
struct blob_attr data []
 

Detailed Description

Definition at line 81 of file json_script.h.

Field Documentation

◆ avl

struct avl_node json_script_file::avl

Definition at line 77 of file json_script.h.

◆ data

struct blob_attr json_script_file::data[]

Definition at line 85 of file json_script.h.

◆ next

struct json_script_file* json_script_file::next

Definition at line 83 of file json_script.h.

◆ seq

unsigned int json_script_file::seq

Definition at line 85 of file json_script.h.


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