Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_bucket_metadata Struct Reference

Bucket metadata structure, AO2 key value pair. More...

#include <bucket.h>

Data Fields

char data [0]
 Storage for the above name and value. More...
 
const char * name
 Name of the attribute. More...
 
const char * value
 Value of the attribute. More...
 

Detailed Description

Bucket metadata structure, AO2 key value pair.

Definition at line 47 of file bucket.h.

Field Documentation

◆ data

char data[0]

Storage for the above name and value.

Definition at line 53 of file bucket.h.

Referenced by bucket_metadata_alloc().

◆ name

const char* name

◆ value

const char* value

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