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

Cache update message. More...

#include <stasis.h>

Collaboration diagram for stasis_cache_update:
Collaboration graph
[legend]

Data Fields

struct stasis_messagenew_snapshot
 New value. More...
 
struct stasis_messageold_snapshot
 Old value from the cache. More...
 
struct stasis_message_typetype
 Convenience reference to snapshot type. More...
 

Detailed Description

Cache update message.

Since
12

Definition at line 967 of file stasis.h.

Field Documentation

◆ new_snapshot

struct stasis_message* new_snapshot

◆ old_snapshot

struct stasis_message* old_snapshot

Old value from the cache.

Definition at line 971 of file stasis.h.

Referenced by AST_TEST_DEFINE(), cache_update(), cache_update_cb(), stasis_cache_update_dtor(), sub_endpoint_update_handler(), and update_create().

◆ type

struct stasis_message_type* type

Convenience reference to snapshot type.

Definition at line 969 of file stasis.h.

Referenced by AST_TEST_DEFINE(), cache_update(), cache_update_cb(), find_route(), Property::load(), stasis_cache_update_dtor(), sub_endpoint_update_handler(), and update_create().


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