Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_multi_object_blob Struct Reference

A multi object blob data structure to carry user event stasis messages. More...

Collaboration diagram for ast_multi_object_blob:
Collaboration graph
[legend]

Data Fields

struct ast_jsonblob
 
struct {
   size_t   current
 
   void **   elems
 
   size_t   max
 
snapshots [STASIS_UMOS_MAX]
 

Detailed Description

A multi object blob data structure to carry user event stasis messages.

Definition at line 1950 of file stasis.c.

Field Documentation

◆ blob

struct ast_json* blob

◆ current

size_t current

Definition at line 1952 of file stasis.c.

◆ elems

void* * elems

Definition at line 1952 of file stasis.c.

◆ max

size_t max

Definition at line 1952 of file stasis.c.

◆ 

struct { ... } snapshots[STASIS_UMOS_MAX]

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