#include <ssdp_cache.h>

Public Attributes | |
| struct ssdp_cache_struct * | first |
| ssdp_message_s * | ssdp_message |
| struct ssdp_cache_struct * | next |
| unsigned int * | ssdp_messages_count |
The ssdp_message_s cache that acts as a buffer for sending bulks of messages instead of spamming; *ssdp_message should always point to the last ssdp_message in the buffer.
Definition at line 21 of file ssdp_cache.h.
| struct ssdp_cache_struct* ssdp_cache_struct::first |
A pointer to the fist cache element.
Definition at line 23 of file ssdp_cache.h.
| struct ssdp_cache_struct* ssdp_cache_struct::next |
A pointer to the next cache element.
Definition at line 27 of file ssdp_cache.h.
| ssdp_message_s* ssdp_cache_struct::ssdp_message |
The message in this cache element.
Definition at line 25 of file ssdp_cache.h.
| unsigned int* ssdp_cache_struct::ssdp_messages_count |
A pointer to the total number of cache elements in the list.
Definition at line 29 of file ssdp_cache.h.
1.8.8